diff options
author | clarkzjw <[email protected]> | 2023-01-31 22:43:36 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-31 22:43:36 -0800 |
commit | dc756af1b57186122874d703821191baefa1aacd (patch) | |
tree | 900ae4f026d01f23ae0869792dbc2e1a75a77167 /infra/variables.tf | |
parent | 55bf0526c86c88f5ae0d20bad6587c72cd91e835 (diff) | |
download | zjw.social-dc756af1b57186122874d703821191baefa1aacd.tar.gz |
fix rds and ec2 creation
Diffstat (limited to 'infra/variables.tf')
-rw-r--r-- | infra/variables.tf | 2 |
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 | ||
36 | variable "rds_parameter_group" { | 36 | variable "rds_parameter_group" { |
37 | default = "default.postgres13" | 37 | default = "postgres13" |
38 | } | 38 | } |
39 | 39 | ||
40 | variable "rds_port" { | 40 | variable "rds_port" { |