aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-26 16:06:32 -0800
committerclarkzjw <[email protected]>2023-01-26 16:06:32 -0800
commitdce04c1fb7c416dc41b65ddf8c69f50852297a30 (patch)
treecab9fb858f8311808f95e08324bf3731c2a625c9
parentf7788be4871b259d1f5b324fde82fa58df518990 (diff)
downloadjinwei.me-master.tar.gz
ec2: change to t2.smallHEADmastercgit.jinwei.me
-rw-r--r--jinwei.me/infra/variables.tf2
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
49variable "ec2_instance_type" { 49variable "ec2_instance_type" {
50 default = "t2.micro" 50 default = "t2.small"
51} 51}
52 52
53variable "site_domain" { 53variable "site_domain" {
Powered by cgit v1.2.3 (git 2.41.0)