日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

alicloud_nlb_zones

更新時間:

This data source provides the available zones with the Network Load Balancer (NLB) Instance of the current Alibaba Cloud user.

-> NOTE: Available in v1.191.0+.

Example Usage

Basic Usage

data "alicloud_nlb_zones" "example" {}

output "first_nlb_zones_id" {
  value = data.alicloud_nlb_zones.example.zones.0.zone_id
}

Argument Reference

The following arguments are supported:

  • output_file - (Optional) File name where to save data source results (after running terraform plan).

Argument Reference

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

  • ids - A list of nlb instance zone IDs.
  • zones - A list of nlb Instance zones. Each element contains the following attributes:
    • id - The ID of zone.
    • zone_id - The zone ID.
    • local_name - The local name.