Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

terraform-aws-tardigrade-transit-gateway/route

Terraform module for managing a Transit Gateway Route.

Requirements

Name Version
terraform >= 0.13
aws >= 3.0

Providers

Name Version
aws >= 3.0

Resources

Name Type

Inputs

Name Description Type Default Required
destination_cidr_block IPv4 CIDR range used for destination matches string n/a yes
transit_gateway_route_table_id ID of EC2 Transit Gateway Route Table string n/a yes
blackhole Boolean indicating whether to drop traffic that matches this route bool false no
transit_gateway_attachment_id ID of EC2 Transit Gateway Attachment (required if blackhole is false) string null no

Outputs

Name Description
route Object with the Transit Gateway route attributes