aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-12 00:06:42 -0800
committerclarkzjw <[email protected]>2023-01-12 00:06:42 -0800
commit02c91c83f15c7b25f72c543222d7bef9c96520f0 (patch)
treecab9fb858f8311808f95e08324bf3731c2a625c9
parentb53edcd2736f2ac4d99c2b86924b2a254e2d736b (diff)
downloadjinwei.me-02c91c83f15c7b25f72c543222d7bef9c96520f0.tar.gz
change ec2 to t2.small
-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)