Skip to content

Commit

Permalink
fix prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 3, 2021
1 parent 5b2a214 commit a378c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/prefixes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ locals {
"internet-gateway" = "igw-"
"network-acl" = "nacl-"
"customer-gateway" = "cgw-"
"vpn-gateweay" = "vpcg-"
"vpn-gateway" = "vpcg-"
"vpn-connection" = "vpn_"
}
}

0 comments on commit a378c04

Please sign in to comment.