diff options
author | clarkzjw <[email protected]> | 2023-01-31 22:43:36 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-16 11:23:37 -0800 |
commit | 7d5cbef8a6f0bd666808ca672cc8999a4f4723f8 (patch) | |
tree | 39f209516dbd1d7fdf48876138869a01370a6cd2 /infra/variables.tf | |
parent | 55bf0526c86c88f5ae0d20bad6587c72cd91e835 (diff) | |
download | zjw.social-master.tar.gz |
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" { |