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
| <aname="input_public_route_table_ids"></a> [public\_route\_table\_ids](#input\_public\_route\_table\_ids)| List optionally containing the ID of a single route table shared by all public subnets<br>or exactly one route table ID for each public subnet.<br>If provided, it overrides `public_route_table_per_subnet_enabled`.<br>If omitted and `public_route_table_enabled` is `true`,<br>one or more network route tables will be created for the public subnets,<br>according to the setting of `public_route_table_per_subnet_enabled`. |`list(string)`|`[]`| no |
389
389
| <aname="input_public_route_table_per_subnet_enabled"></a> [public\_route\_table\_per\_subnet\_enabled](#input\_public\_route\_table\_per\_subnet\_enabled)| If `true` (and `public_route_table_enabled` is `true), a separate network route table will be created for and associated with each public subnet.<br>If `false` (and `public\_route\_table\_enabled` is `true), a single network route table will be created and it will be associated with every public subnet.<br>If not set, it will be set to the value of `public_dns64_nat64_enabled`. |`bool`|`null`| no |
390
390
| <aname="input_public_subnets_additional_tags"></a> [public\_subnets\_additional\_tags](#input\_public\_subnets\_additional\_tags)| Additional tags to be added to public subnets |`map(string)`|`{}`| no |
391
-
| <aname="input_public_subnets_enabled"></a> [public\_subnets\_enabled](#input\_public\_subnets\_enabled)| If false, do not create public subnets.<br>Since NAT gateways and instances must be created in public subnets, these will also not be created when `false`.<br>Since the only default route for a private subnet is to a NAT gateway or instance,<br>route tables and routes will also not be created when `false`.|`bool`|`true`| no |
391
+
| <aname="input_public_subnets_enabled"></a> [public\_subnets\_enabled](#input\_public\_subnets\_enabled)| If false, do not create public subnets.<br>Since NAT gateways and instances must be created in public subnets, these will also not be created when `false`. |`bool`|`true`| no |
392
392
| <aname="input_regex_replace_chars"></a> [regex\_replace\_chars](#input\_regex\_replace\_chars)| Terraform regular expression (regex) string.<br>Characters matching the regex will be removed from the ID elements.<br>If not set, `"/[^a-zA-Z0-9-]/"` is used to remove all characters other than hyphens, letters and digits. |`string`|`null`| no |
393
393
| <aname="input_root_block_device_encrypted"></a> [root\_block\_device\_encrypted](#input\_root\_block\_device\_encrypted)| DEPRECATED: use `nat_instance_root_block_device_encrypted` instead.<br>Whether to encrypt the root block device on the created NAT instances |`bool`|`null`| no |
394
394
| <aname="input_route_create_timeout"></a> [route\_create\_timeout](#input\_route\_create\_timeout)| Time to wait for a network routing table entry to be created, specified as a Go Duration, e.g. `2m`|`string`|`"5m"`| no |
@@ -601,7 +601,7 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
| <aname="input_public_route_table_ids"></a> [public\_route\_table\_ids](#input\_public\_route\_table\_ids)| List optionally containing the ID of a single route table shared by all public subnets<br>or exactly one route table ID for each public subnet.<br>If provided, it overrides `public_route_table_per_subnet_enabled`.<br>If omitted and `public_route_table_enabled` is `true`,<br>one or more network route tables will be created for the public subnets,<br>according to the setting of `public_route_table_per_subnet_enabled`. |`list(string)`|`[]`| no |
130
130
| <aname="input_public_route_table_per_subnet_enabled"></a> [public\_route\_table\_per\_subnet\_enabled](#input\_public\_route\_table\_per\_subnet\_enabled)| If `true` (and `public_route_table_enabled` is `true), a separate network route table will be created for and associated with each public subnet.<br>If `false` (and `public\_route\_table\_enabled` is `true), a single network route table will be created and it will be associated with every public subnet.<br>If not set, it will be set to the value of `public_dns64_nat64_enabled`. |`bool`|`null`| no |
131
131
| <aname="input_public_subnets_additional_tags"></a> [public\_subnets\_additional\_tags](#input\_public\_subnets\_additional\_tags)| Additional tags to be added to public subnets |`map(string)`|`{}`| no |
132
-
| <aname="input_public_subnets_enabled"></a> [public\_subnets\_enabled](#input\_public\_subnets\_enabled)| If false, do not create public subnets.<br>Since NAT gateways and instances must be created in public subnets, these will also not be created when `false`.<br>Since the only default route for a private subnet is to a NAT gateway or instance,<br>route tables and routes will also not be created when `false`.|`bool`|`true`| no |
132
+
| <aname="input_public_subnets_enabled"></a> [public\_subnets\_enabled](#input\_public\_subnets\_enabled)| If false, do not create public subnets.<br>Since NAT gateways and instances must be created in public subnets, these will also not be created when `false`. |`bool`|`true`| no |
133
133
| <aname="input_regex_replace_chars"></a> [regex\_replace\_chars](#input\_regex\_replace\_chars)| Terraform regular expression (regex) string.<br>Characters matching the regex will be removed from the ID elements.<br>If not set, `"/[^a-zA-Z0-9-]/"` is used to remove all characters other than hyphens, letters and digits. |`string`|`null`| no |
134
134
| <aname="input_root_block_device_encrypted"></a> [root\_block\_device\_encrypted](#input\_root\_block\_device\_encrypted)| DEPRECATED: use `nat_instance_root_block_device_encrypted` instead.<br>Whether to encrypt the root block device on the created NAT instances |`bool`|`null`| no |
135
135
| <aname="input_route_create_timeout"></a> [route\_create\_timeout](#input\_route\_create\_timeout)| Time to wait for a network routing table entry to be created, specified as a Go Duration, e.g. `2m`|`string`|`"5m"`| no |
0 commit comments