Skip to content

Commit

Permalink
update prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 26, 2022
1 parent a464148 commit ff3edcd
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions common/prefixes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,28 @@ locals {
"kms" = "k-kms-"
"role" = "r-"
"policy" = "p-"
"security-group" = ""
# "security-group" = "sg-"
"group" = "g-"
"security-group" = "" # "sg-"
# VPC
"vpc" = ""
"dhcp-options" = ""
"vpc-peer" = "vpcp-"
"route-table" = "route-"
"subnet" = ""
"vpc-endpoint" = "vpce-"
"elastic-ip" = "eip-"
"nat-gateway" = "nat-"
"internet-gateway" = "igw-"
"network-acl" = "nacl-"
"customer-gateway" = "cgw-"
"vpn-gateway" = "vpcg-"
"vpn-connection" = "vpn_"
"log-group" = "lg-"
"log-stream" = "lgs-"
"transit-gateway" = "tgw-"
"transit-gateway-peer" = "tgwp-"
"transit-gateway-route-table" = "tgwr-"
"transit-gateway-attachment" = "tgwa-"
"transit-gateway-vpn" = "tgwv-"
}
}

0 comments on commit ff3edcd

Please sign in to comment.