There was an error while loading. Please reload this page.
2 parents b935e01 + cdcdca4 commit b7396f0Copy full SHA for b7396f0
1 file changed
examples/transit_gateway/main.tf
@@ -14,17 +14,17 @@ module "vpc" {
14
public = {
15
netmask = 24
16
nat_gateway_configuration = "single_az"
17
- route_to_transit_gateway = ["10.1.0.0/16"]
+ route_to_transit_gateway = ["10.0.0.0/8"]
18
}
19
20
private = {
21
22
route_to_nat = true
23
24
25
26
transit_gateway = {
27
- netmask = 24
+ netmask = 28
28
transit_gateway_id = aws_ec2_transit_gateway.example.id
29
route_to_nat = false
30
transit_gateway_default_route_table_association = true
0 commit comments