diff --git a/common/prefixes.tf b/common/prefixes.tf index 0e2960d..497851a 100644 --- a/common/prefixes.tf +++ b/common/prefixes.tf @@ -20,7 +20,7 @@ locals { "internet-gateway" = "igw-" "network-acl" = "nacl-" "customer-gateway" = "cgw-" - "vpn-gateweay" = "vpcg-" + "vpn-gateway" = "vpcg-" "vpn-connection" = "vpn_" } }