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
… v9 (#339)

* chore(deps): update terraform github.com/cds-snc/terraform-modules to v9

* fix: replace deprecated attribute

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pat Heard <[email protected]>
  • Loading branch information
renovate[bot] and patheard authored Jan 18, 2024
1 parent e5b8143 commit c9c7e5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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
11 changes: 6 additions & 5 deletions terragrunt/aws/api/vpc.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module "vpc" {
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
enable_flow_log = true
source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.0.4"
name = var.product_name
billing_tag_value = var.billing_code
cidrsubnet_newbits = 8
availability_zones = 3
enable_flow_log = true
}

resource "aws_network_acl_rule" "https" {
Expand Down

0 comments on commit c9c7e5b

Please sign in to comment.