diff options
author | clarkzjw <[email protected]> | 2023-01-12 00:06:42 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-12 00:06:42 -0800 |
commit | 02c91c83f15c7b25f72c543222d7bef9c96520f0 (patch) | |
tree | cab9fb858f8311808f95e08324bf3731c2a625c9 | |
parent | b53edcd2736f2ac4d99c2b86924b2a254e2d736b (diff) | |
download | jinwei.me-02c91c83f15c7b25f72c543222d7bef9c96520f0.tar.gz |
change ec2 to t2.small
-rw-r--r-- | jinwei.me/infra/variables.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jinwei.me/infra/variables.tf b/jinwei.me/infra/variables.tf index 11cf2cf..df5b8fd 100644 --- a/jinwei.me/infra/variables.tf +++ b/jinwei.me/infra/variables.tf | |||
@@ -47,7 +47,7 @@ variable "rds_port" { | |||
47 | 47 | ||
48 | # EC 2 | 48 | # EC 2 |
49 | variable "ec2_instance_type" { | 49 | variable "ec2_instance_type" { |
50 | default = "t2.micro" | 50 | default = "t2.small" |
51 | } | 51 | } |
52 | 52 | ||
53 | variable "site_domain" { | 53 | variable "site_domain" { |