This data source provides the HBR Replication Vault Regions of the current Alibaba Cloud user.
Basic Usage
data "alicloud_hbr_replication_vault_regions" "default" {}
output "hbr_replication_vault_region_region_id_1" {
value = data.alicloud_hbr_replication_vault_regions.default.regions.0.replication_region_id
}
The following arguments are supported:
output_file
- (Optional) File name where to save data source results (after running terraform plan
).The following attributes are exported in addition to the arguments listed above:
regions
- A list of Ros Regions. Each element contains the following attributes:
replication_region_id
- The ID of the replication region.