Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.54 KB

File metadata and controls

39 lines (27 loc) · 1.54 KB

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