alicloud_hbase_zones

This data source provides availability zones for HBase that can be accessed by an Alibaba Cloud account within the region configured in the provider.

Example Usage

data "alicloud_hbase_zones" "zones_ids" {}

resource "alicloud_hbase_instance" "hbase" {
  zone_id = data.alicloud_hbase_zones.zones_ids.zones[0].id

  # Other properties...
}

Argument Reference

The following arguments are supported:

Attributes Reference

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