Provides information for multiple EC2 Transit Gateway Route Table Propagations, such as their identifiers.
data "aws_ec2_transit_gateway_route_table_propagations" "example" {
transit_gateway_route_table_id = aws_ec2_transit_gateway_route_table.example.id
}
The following arguments are required:
transit_gateway_route_table_id
- (Required) Identifier of EC2 Transit Gateway Route Table.The following arguments are optional:
filter
- (Optional) Custom filter block as described below.More complex filters can be expressed using one or more filter
sub-blocks,
which take the following arguments:
name
- (Required) Name of the field to filter by, as defined by
the underlying AWS API.
values
- (Required) Set of values that are accepted for the given field.
A Transit Gateway Route Table will be selected if any one of the given values matches.
This data source exports the following attributes in addition to the arguments above:
id
- AWS Region.ids
- Set of Transit Gateway Route Table Association identifiers.