From 7d5cbef8a6f0bd666808ca672cc8999a4f4723f8 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Tue, 31 Jan 2023 22:43:36 -0800 Subject: fix rds and ec2 creation --- infra/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/variables.tf') 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" { } variable "rds_parameter_group" { - default = "default.postgres13" + default = "postgres13" } variable "rds_port" { -- cgit v1.2.3