Skip to content

Commit

Permalink
chore: upgrade RDS to optional proxy (#1818)
Browse files Browse the repository at this point in the history
Upgrade the RDS Terraform module to the version with
the optional RDS proxy.
  • Loading branch information
patheard authored Jul 2, 2024
1 parent 345dd1f commit e504aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/aws/database/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e504aa3

Please sign in to comment.