aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-31 22:43:36 -0800
committerclarkzjw <[email protected]>2023-02-16 11:23:37 -0800
commit7d5cbef8a6f0bd666808ca672cc8999a4f4723f8 (patch)
tree39f209516dbd1d7fdf48876138869a01370a6cd2 /infra/variables.tf
parent55bf0526c86c88f5ae0d20bad6587c72cd91e835 (diff)
downloadzjw.social-master.tar.gz
fix rds and ec2 creationHEADmaster
Diffstat (limited to 'infra/variables.tf')
-rw-r--r--infra/variables.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/variables.tf b/infra/variables.tf
index 66c6e5c..f44cf78 100644
--- a/infra/variables.tf
+++ b/infra/variables.tf
@@ -34,7 +34,7 @@ variable "rds_engine_version" {
34} 34}
35 35
36variable "rds_parameter_group" { 36variable "rds_parameter_group" {
37 default = "default.postgres13" 37 default = "postgres13"
38} 38}
39 39
40variable "rds_port" { 40variable "rds_port" {
Powered by cgit v1.2.3 (git 2.41.0)