Data Source: aws_ec2_coip_pools

Provides information for multiple EC2 Customer-Owned IP Pools, such as their identifiers.

Example Usage

The following shows outputting all COIP Pool Ids.

data "aws_ec2_coip_pools" "foo" {}

output "foo" {
  value = data.aws_ec2_coip_pools.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: