Skip to content

Latest commit

 

History

History

transit-gateway-scenario-1

Transit Gateway with three VPCs with full connectivity

In this first scenario, we'll create full connectivity between all our privates subnets of 3 VPCs.

Sc1

Requirements

Name Version
terraform ~> 1.0
aws ~> 4.9

Providers

Name Version
aws 4.63.0

Modules

No modules.

Resources

Name Type
aws_ec2_transit_gateway.this resource
aws_ec2_transit_gateway_vpc_attachment.this resource
aws_route.route resource
aws_route_tables.this data source
aws_subnets.private data source
aws_vpc.this data source

Inputs

Name Description Type Default Required
profile Profile name configured in .aws string "toninoes-aws2" no
region AWS region to deploy this string n/a yes
vpc_number Number of existing VPCs in this region to attach. number 3 no

Outputs

No outputs.