You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/default/variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ variable "service_endpoints" {
92
92
}
93
93
94
94
variable"vpe_names" {
95
-
description="A Map to specify custom names for endpoint gateways whose keys are services and values are names to use for that service's endpoint gateway."
95
+
description="A Map to specify custom names for endpoint gateways whose keys are services and values are names to use for that service's endpoint gateway. Each name will be prefixed with prefix value for isolated testing purposes."
0 commit comments