Skip to content

Commit 411a232

Browse files
author
Kamil Hristov
committed
Update multi-account example
1 parent d38a736 commit 411a232

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/multi-account/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ module "tgw_peer" {
104104
transit_gateway_default_route_table_association = false
105105
transit_gateway_default_route_table_propagation = false
106106

107+
vpc_route_table_ids = module.vpc1.private_route_table_ids
108+
tgw_destination_cidr = "0.0.0.0/0"
109+
107110
tgw_routes = [
108111
{
109112
destination_cidr_block = "30.0.0.0/16"

0 commit comments

Comments
 (0)