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
| kubernetes\_clusters\_type | Use either 'owned' or 'shared' for kubernetes cluster tags |`string`|`"shared"`| no |
73
73
| max\_az | Max number of AZs |`number`|`3`| no |
74
74
| multi\_nat | Number of NAT Instances, 'true' will yield one per AZ while 'false' creates one NAT |`bool`|`false`| no |
75
-
| name | Name prefix for the resources of this stack |`any`| n/a | yes |
75
+
| name | Name prefix for the resources of this stack |`string`| n/a | yes |
76
76
| name\_pattern | Name pattern to use for resources. Options: default, kebab |`string`|`"default"`| no |
77
77
| name\_suffix | Adds a name suffix to all resources created |`string`|`""`| no |
78
78
| nat | Deploy NAT instance(s) |`bool`|`true`| no |
@@ -91,18 +91,9 @@ module "network" {
91
91
| transit\_nacl\_inbound\_udp\_ports | UDP Ports to allow inbound on transit subnet via NACLs (this list cannot be empty) |`list(string)`| <pre>[<br> "1194"<br>]</pre> | no |
92
92
| transit\_netnum\_offset | Start with this subnet for secure ones, plus number of AZs |`number`|`15`| no |
93
93
| transit\_subnet | Create a transit subnet for VPC peering (only central account) |`bool`|`false`| no |
94
-
| vpc\_cidr | Network CIDR for the VPC |`any`| n/a | yes |
94
+
| vpc\_cidr | Network CIDR for the VPC |`string`| n/a | yes |
95
95
| vpc\_cidr\_summ | Define cidr used to summarize subnets by tier |`string`|`"/0"`| no |
96
-
| vpc\_cidr\_transit | Network CIDR for Transit subnets |`string`|`"10.255.255.0/24"`| no |
97
96
| vpc\_endpoint\_dynamodb\_gateway | Enable or disable VPC Endpoint for DynamoDB (Gateway) |`bool`|`true`| no |
98
-
| vpc\_endpoint\_dynamodb\_policy | A policy to attach to the endpoint that controls access to the service | `string` | `" {
0 commit comments