Data Source: aws_ec2_local_gateway_route_tables

Provides information for multiple EC2 Local Gateway Route Tables, such as their identifiers.

Example Usage

The following shows outputting all Local Gateway Route Table Ids.

data "aws_ec2_local_gateway_route_tables" "foo" {}

output "foo" {
  value = data.aws_ec2_local_gateway_route_tables.foo.ids
}

Argument Reference

More complex filters can be expressed using one or more filter sub-blocks, which take the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

Timeouts

Configuration options: