diff --git a/terraform/environments/production-ecs/app_rds.tf b/terraform/environments/production-ecs/app_rds.tf index 5978f0c..012174f 100644 --- a/terraform/environments/production-ecs/app_rds.tf +++ b/terraform/environments/production-ecs/app_rds.tf @@ -53,7 +53,7 @@ resource "aws_rds_cluster" "test_app" { db_subnet_group_name = aws_db_subnet_group.test_app.name engine = "aurora-postgresql" engine_mode = "provisioned" - engine_version = "15.2" + engine_version = "15" database_name = "main" master_password = random_id.test_app_rds_master_password.b64_url master_username = var.app_rds_master_username diff --git a/terraform/environments/production-eks/app_rds.tf b/terraform/environments/production-eks/app_rds.tf index 5978f0c..012174f 100644 --- a/terraform/environments/production-eks/app_rds.tf +++ b/terraform/environments/production-eks/app_rds.tf @@ -53,7 +53,7 @@ resource "aws_rds_cluster" "test_app" { db_subnet_group_name = aws_db_subnet_group.test_app.name engine = "aurora-postgresql" engine_mode = "provisioned" - engine_version = "15.2" + engine_version = "15" database_name = "main" master_password = random_id.test_app_rds_master_password.b64_url master_username = var.app_rds_master_username