Provides details about multiple EC2 Local Gateway Virtual Interface Groups, such as identifiers. More information can be found in the Outposts User Guide.
data "aws_ec2_local_gateway_virtual_interface_groups" "all" {}
The following arguments are optional:
filter
- (Optional) One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.tags
- (Optional) Key-value map of resource tags, each pair of which must exactly match a pair on the desired local gateway route table.The filter
configuration block supports the following arguments:
name
- (Required) Name of the filter.values
- (Required) List of one or more values for the filter.This data source exports the following attributes in addition to the arguments above:
id
- AWS Region.ids
- Set of EC2 Local Gateway Virtual Interface Group identifiers.local_gateway_virtual_interface_ids
- Set of EC2 Local Gateway Virtual Interface identifiers.read
- (Default 20m
)