diff options
author | clarkzjw <[email protected]> | 2023-01-26 15:20:34 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-26 15:20:34 -0800 |
commit | f7788be4871b259d1f5b324fde82fa58df518990 (patch) | |
tree | 9f7a8ccac285688a38c052eadaa48f9030492d4e | |
parent | 02c91c83f15c7b25f72c543222d7bef9c96520f0 (diff) | |
download | jinwei.me-f7788be4871b259d1f5b324fde82fa58df518990.tar.gz |
ec2: revert instance type back to t2.micro
-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 df5b8fd..11cf2cf 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.small" | 50 | default = "t2.micro" |
51 | } | 51 | } |
52 | 52 | ||
53 | variable "site_domain" { | 53 | variable "site_domain" { |