Provides details about an EC2 Local Gateway Virtual Interface Group. More information can be found in the Outposts User Guide.
data "aws_ec2_local_gateway_virtual_interface_group" "example" {
local_gateway_id = data.aws_ec2_local_gateway.example.id
}
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.id
- (Optional) Identifier of EC2 Local Gateway Virtual Interface Group.local_gateway_id
- (Optional) Identifier of EC2 Local Gateway.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:
local_gateway_virtual_interface_ids
- Set of EC2 Local Gateway Virtual Interface identifiers.read
- (Default 20m
)