Skip to content

Commit

Permalink
bumped VPC module version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 committed Sep 19, 2024
1 parent b6a7970 commit c80bc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/core-vpc/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ locals {
module "vpc" {
for_each = local.vpcs[terraform.workspace]

source = "github.com/ministryofjustice/modernisation-platform-terraform-member-vpc?ref=3094604aee5121f9794d60d3f27d21d6209e59d4" # v2.4.0
source = "github.com/ministryofjustice/modernisation-platform-terraform-member-vpc?ref=c0475531b5c9f45a78a94fea441cd9ce91ad3c59" # v2.5.0

subnet_sets = { for key, subnet in each.value.cidr.subnet_sets : key => subnet.cidr }

Expand Down

0 comments on commit c80bc6f

Please sign in to comment.