alicloud_pvtz_resolver_zones

This data source provides the available zones with the Private Zone Resolver of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_pvtz_resolver_zones" "default" {
  status = "NORMAL"
}

output "first_zones_id" {
  value = data.alicloud_pvtz_resolver_zones.default.zones.0.zone_id
}

Argument Reference

The following arguments are supported:

Argument Reference

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