Skip to content

Commit

Permalink
chore(deps): update terraform github.com/cds-snc/terraform-modules to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent e5b8143 commit 0ba734c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terragrunt/aws/api/rds.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "rds" {
source = "github.com/cds-snc/terraform-modules//rds?ref=v8.0.0"
source = "github.com/cds-snc/terraform-modules//rds?ref=v9.0.4"
database_name = "list_manager"
name = "list-manager"
engine_version = "15.3"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aws/api/vpc.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "vpc" {
source = "github.com/cds-snc/terraform-modules//vpc?ref=v8.0.0"
source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.0.4"
name = var.product_name
billing_tag_value = var.billing_code
high_availability = true
Expand Down

0 comments on commit 0ba734c

Please sign in to comment.