Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <jacob.woffenden@digital.justice.gov.uk>
  • Loading branch information
Jacob Woffenden committed Jun 27, 2024
1 parent de9f962 commit 644f878
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_ec2_transit_gateway_vpc_attachment" "pttp" {
# transit_gateway_id = data.aws_ec2_transit_gateway.pttp.id
transit_gateway_id = data.aws_ec2_transit_gateway.pttp.id
# transit_gateway_id = data.aws_arn.moj_tgw.resource
vpc_id = module.vpc.vpc_id
subnet_ids = module.vpc.private_subnets
Expand Down

0 comments on commit 644f878

Please sign in to comment.