diff options
author | clarkzjw <[email protected]> | 2023-01-26 16:06:32 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-26 16:06:32 -0800 |
commit | dce04c1fb7c416dc41b65ddf8c69f50852297a30 (patch) | |
tree | cab9fb858f8311808f95e08324bf3731c2a625c9 | |
parent | f7788be4871b259d1f5b324fde82fa58df518990 (diff) | |
download | jinwei.me-master.tar.gz |
ec2: change to t2.smallHEADmastercgit.jinwei.me
-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" { |