alicloud_ebs_regions

This data source provides the Ebs Regions of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_ebs_regions" "default" {
  region_id = "cn-hangzhou"
}

output "regions" {
  value = data.alicloud_ebs_regions.default.regions
}

Argument Reference

The following arguments are supported:

Argument Reference

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