Skip to content

Commit

Permalink
updated reference to terraform member vpc module (#4656)
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 authored Jul 27, 2023
1 parent e16cb9b commit 47f4410
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=11112dfebdb93069d730c643fd5b4dbaa6710935" #v2.0.0
source = "github.com/ministryofjustice/modernisation-platform-terraform-member-vpc?ref=bdd69b375c09555389089d65b3d14014ccfdcfec" #v2.1.1

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

Expand Down

0 comments on commit 47f4410

Please sign in to comment.