From d0f9753812c29212ce37f80d1285d246f32a33bb Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 12 Oct 2022 12:31:46 -0400 Subject: [PATCH] add vpc-tgw assocation label --- common/version.tf | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/common/version.tf b/common/version.tf index 5326d74..fe43deb 100644 --- a/common/version.tf +++ b/common/version.tf @@ -3,20 +3,21 @@ locals { _module_names = { "_main_" = "aws-vpc-setup" - "flowlogs" = "aws-vpc-setup/flowlogs" - "flowlogs-transit-gateway" = "aws-vpc-setup/flowlogs-transit-gateway" - "flowlogs-role" = "aws-vpc-setup/flowlogs-role" - "nacl-rules" = "aws-vpc-setup/nacl-rules" - "nacls" = "aws-vpc-setup/nacls" - "peer" = "aws-vpc-setup/peer" - "routing" = "aws-vpc-setup/routing" - "security-groups" = "aws-vpc-setup/security-groups" - "subnets" = "aws-vpc-setup/subnets" - "tag-shared-vpc-resources" = "aws-vpc-setup/tag-shared-vpc-resources" - "vpc" = "aws-vpc-setup/vpc" - "vpc-interface-endpoint" = "aws-vpc-setup/vpc-interface-endpoint" - "vpn" = "aws-vpc-setup/vpn" - "vpn-transit-gateway" = "aws-vpc-setup/vpn-transit-gateway" - "vpn-transit-gateway" = "aws-vpc-setup/vpn-transit-gateway" + "flowlogs" = "aws-vpc-setup/flowlogs" + "flowlogs-transit-gateway" = "aws-vpc-setup/flowlogs-transit-gateway" + "flowlogs-role" = "aws-vpc-setup/flowlogs-role" + "nacl-rules" = "aws-vpc-setup/nacl-rules" + "nacls" = "aws-vpc-setup/nacls" + "peer" = "aws-vpc-setup/peer" + "routing" = "aws-vpc-setup/routing" + "security-groups" = "aws-vpc-setup/security-groups" + "subnets" = "aws-vpc-setup/subnets" + "tag-shared-vpc-resources" = "aws-vpc-setup/tag-shared-vpc-resources" + "vpc" = "aws-vpc-setup/vpc" + "vpc-interface-endpoint" = "aws-vpc-setup/vpc-interface-endpoint" + "vpn" = "aws-vpc-setup/vpn" + "vpn-transit-gateway" = "aws-vpc-setup/vpn-transit-gateway" + "vpn-transit-gateway" = "aws-vpc-setup/vpn-transit-gateway" + "vpc-transit-gateway-association" = "aws-vpc-setup/vpc-transit-gateway-association" } }