Skip to content

Commit

Permalink
fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 3, 2022
1 parent 54c54e8 commit 77ae75d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions common/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ locals {
_module_names = {
"_main_" = "aws-vpc-setup"

"flowlogs" = "aws-vpc-setup//flowlogs"
"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"
"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"
"flowlogs" = "aws-vpc-setup/flowlogs"
"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"
"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"
}
}

0 comments on commit 77ae75d

Please sign in to comment.