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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ No modules.
125
125
| <aname="input_tgw_vpc_attachment_tags"></a> [tgw\_vpc\_attachment\_tags](#input\_tgw\_vpc\_attachment\_tags)| Additional tags for VPC attachments |`map(string)`|`{}`| no |
126
126
| <aname="input_timeouts"></a> [timeouts](#input\_timeouts)| Create, update, and delete timeout configurations for the transit gateway |`map(string)`|`{}`| no |
127
127
| <aname="input_transit_gateway_cidr_blocks"></a> [transit\_gateway\_cidr\_blocks](#input\_transit\_gateway\_cidr\_blocks)| One or more IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6 |`list(string)`|`[]`| no |
128
+
| <aname="input_create_tgw_routes"></a> [create\_tgw\_routes](#input\_create\_tgw\_routes)| Controls if TGW Route Table / Routes should be created |`bool`|`true`| no |
128
129
| <aname="input_transit_gateway_route_table_id"></a> [transit\_gateway\_route\_table\_id](#input\_transit\_gateway\_route\_table\_id)| Identifier of EC2 Transit Gateway Route Table to use with the Target Gateway when reusing it between multiple TGWs |`string`|`null`| no |
129
130
| <aname="input_vpc_attachments"></a> [vpc\_attachments](#input\_vpc\_attachments)| Maps of maps of VPC details to attach to TGW. Type 'any' to disable type validation by Terraform. |`any`|`{}`| no |
0 commit comments