Data Source: aws_ec2_transit_gateway_multicast_domain

Get information on an EC2 Transit Gateway Multicast Domain.

Example Usage

By Filter

data "aws_ec2_transit_gateway_multicast_domain" "example" {
  filter {
    name   = "transit-gateway-multicast-domain-id"
    values = ["tgw-mcast-domain-12345678"]
  }
}

By Identifier

data "aws_ec2_transit_gateway_multicast_domain" "example" {
  transit_gateway_multicast_domain_id = "tgw-mcast-domain-12345678"
}

Argument Reference

This data source supports the following arguments:

filter Argument Reference

This block allows for complex filters. You can use one or more filter blocks.

The following arguments are required:

Attribute Reference

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

Timeouts

Configuration options: