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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,7 @@ No modules.
423
423
| <aname="input_cwan_subnet_ipv6_prefixes"></a> [cwan\_subnet\_ipv6\_prefixes](#input\_cwan\_subnet\_ipv6\_prefixes)| Assigns IPv6 CloudWAN subnet id based on the Amazon provided /56 prefix base 10 integer (0-256). Must be of equal length to the corresponding IPv4 subnet list |`list(string)`|`[]`| no |
424
424
| <aname="input_cwan_subnet_names"></a> [cwan\_subnet\_names](#input\_cwan\_subnet\_names)| Explicit values to use in the Name tag on CloudWAN subnets. If empty, Name tags are generated |`list(string)`|`[]`| no |
425
425
| <aname="input_cwan_subnet_private_dns_hostname_type_on_launch"></a> [cwan\_subnet\_private\_dns\_hostname\_type\_on\_launch](#input\_cwan\_subnet\_private\_dns\_hostname\_type\_on\_launch)| The type of hostnames to assign to instances in the subnet at launch. For IPv6-only subnets, an instance DNS name must be based on the instance ID. For dual-stack and IPv4-only subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. Valid values: `ip-name`, `resource-name`|`string`|`null`| no |
426
-
| <aname="input_cwan_subnet_suffix"></a> [cwan\_subnet\_suffix](#input\_cwan\_subnet\_suffix)| Suffix to append to CloudWAN subnets name |`string`|`"db"`| no |
426
+
| <aname="input_cwan_subnet_suffix"></a> [cwan\_subnet\_suffix](#input\_cwan\_subnet\_suffix)| Suffix to append to CloudWAN subnets name |`string`|`"cwan"`| no |
427
427
| <aname="input_cwan_subnet_tags"></a> [cwan\_subnet\_tags](#input\_cwan\_subnet\_tags)| Additional tags for the CloudWAN subnets |`map(string)`|`{}`| no |
428
428
| <aname="input_cwan_subnets"></a> [cwan\_subnets](#input\_cwan\_subnets)| A list of CloudWAN subnets inside the VPC |`list(string)`|`[]`| no |
429
429
| <aname="input_database_acl_tags"></a> [database\_acl\_tags](#input\_database\_acl\_tags)| Additional tags for the database subnets network ACL |`map(string)`|`{}`| no |
@@ -638,7 +638,7 @@ No modules.
638
638
| <aname="input_tgw_subnet_ipv6_prefixes"></a> [tgw\_subnet\_ipv6\_prefixes](#input\_tgw\_subnet\_ipv6\_prefixes)| Assigns IPv6 transit gateway subnet id based on the Amazon provided /56 prefix base 10 integer (0-256). Must be of equal length to the corresponding IPv4 subnet list |`list(string)`|`[]`| no |
639
639
| <aname="input_tgw_subnet_names"></a> [tgw\_subnet\_names](#input\_tgw\_subnet\_names)| Explicit values to use in the Name tag on transit gateway subnets. If empty, Name tags are generated |`list(string)`|`[]`| no |
640
640
| <aname="input_tgw_subnet_private_dns_hostname_type_on_launch"></a> [tgw\_subnet\_private\_dns\_hostname\_type\_on\_launch](#input\_tgw\_subnet\_private\_dns\_hostname\_type\_on\_launch)| The type of hostnames to assign to instances in the subnet at launch. For IPv6-only subnets, an instance DNS name must be based on the instance ID. For dual-stack and IPv4-only subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. Valid values: `ip-name`, `resource-name`|`string`|`null`| no |
641
-
| <aname="input_tgw_subnet_suffix"></a> [tgw\_subnet\_suffix](#input\_tgw\_subnet\_suffix)| Suffix to append to transit gateway subnets name |`string`|`"db"`| no |
641
+
| <aname="input_tgw_subnet_suffix"></a> [tgw\_subnet\_suffix](#input\_tgw\_subnet\_suffix)| Suffix to append to transit gateway subnets name |`string`|`"tgw"`| no |
642
642
| <aname="input_tgw_subnet_tags"></a> [tgw\_subnet\_tags](#input\_tgw\_subnet\_tags)| Additional tags for the transit gateway subnets |`map(string)`|`{}`| no |
643
643
| <aname="input_tgw_subnets"></a> [tgw\_subnets](#input\_tgw\_subnets)| A list of transit gateway subnets inside the VPC |`list(string)`|`[]`| no |
644
644
| <aname="input_use_ipam_pool"></a> [use\_ipam\_pool](#input\_use\_ipam\_pool)| Determines whether IPAM pool is used for CIDR allocation |`bool`|`false`| no |
0 commit comments