Skip to content

Commit

Permalink
point to branch on member vpc module
Browse files Browse the repository at this point in the history
  • Loading branch information
richgreen-moj committed Jan 29, 2025
1 parent c93d639 commit 3330c33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions terraform/environments/core-vpc/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ locals {
}

module "vpc" {
for_each = local.vpcs[terraform.workspace]
# source = "github.com/ministryofjustice/modernisation-platform-terraform-member-vpc?ref=bug/8874-tgw-circular-dependency"
source = "/Users/richard.green/Documents/GitHub/modernisation-platform-terraform-member-vpc"
for_each = local.vpcs[terraform.workspace]
source = "github.com/ministryofjustice/modernisation-platform-terraform-member-vpc?ref=bug/8874-tgw-circular-dependency"
additional_endpoints = each.value.options.additional_endpoints
subnet_sets = { for key, subnet in each.value.cidr.subnet_sets : key => subnet.cidr }

Expand Down

0 comments on commit 3330c33

Please sign in to comment.