Terraform module for managing a Transit Gateway Route.
Name | Version |
---|---|
terraform | >= 0.13 |
aws | >= 3.0 |
Name | Version |
---|---|
aws | >= 3.0 |
Name | Type |
---|
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 |
Name | Description |
---|---|
route | Object with the Transit Gateway route attributes |