aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)