From e504aa32b123db681e52d78d329d70ba6ecc4083 Mon Sep 17 00:00:00 2001 From: Pat Heard Date: Tue, 2 Jul 2024 09:16:40 -0400 Subject: [PATCH] chore: upgrade RDS to optional proxy (#1818) Upgrade the RDS Terraform module to the version with the optional RDS proxy. --- infrastructure/terragrunt/aws/database/rds.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terragrunt/aws/database/rds.tf b/infrastructure/terragrunt/aws/database/rds.tf index ecb9039ae..2993b8473 100644 --- a/infrastructure/terragrunt/aws/database/rds.tf +++ b/infrastructure/terragrunt/aws/database/rds.tf @@ -2,7 +2,7 @@ # RDS MySQL cluster across 3 subnets # module "rds_cluster" { - source = "github.com/cds-snc/terraform-modules//rds?ref=v9.5.1" + source = "github.com/cds-snc/terraform-modules//rds?ref=v9.6.0" name = "wordpress" database_name = var.database_name