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
{{ message }}
This repository was archived by the owner on Sep 27, 2024. It is now read-only.
description="toggle on/off the creation of s3 vpc endpoint"
64
64
default=true
65
65
}
66
+
67
+
variable"vpc_endpoint_lookup_overrides" {
68
+
description="Some vpc endpoints don't follow standard naming conventions. Use this map to override the query used for looking up Subnets. Ex: { private = \"foo-west-nonpublic-*\" }"
69
+
default=""
70
+
type=string
71
+
}
72
+
73
+
variable"nat_gateways_lookup_overrides" {
74
+
description="Some nat gateways don't follow standard naming conventions. Use this map to override the query used for looking up Subnets. Ex: { private = \"foo-west-nonpublic-*\" }"
0 commit comments