Skip to content

Commit

Permalink
chore(deps): update terraform github.com/cds-snc/terraform-modules to…
Browse files Browse the repository at this point in the history
… v8 (#329)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 953d1e1 commit 15b6d04
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=v7.4.3"
source = "github.com/cds-snc/terraform-modules//rds?ref=v8.0.0"
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=v7.4.3"
source = "github.com/cds-snc/terraform-modules//vpc?ref=v8.0.0"
name = var.product_name
billing_tag_value = var.billing_code
high_availability = true
Expand Down

0 comments on commit 15b6d04

Please sign in to comment.