alicloud_eips

This data source provides a list of EIPs (Elastic IP address) owned by an Alibaba Cloud account.

Example Usage

data "alicloud_eips" "eips_ds" {
}

output "first_eip_id" {
  value = "${data.alicloud_eips.eips_ds.eips.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: