alicloud_cloud_storage_gateway_storage_bundles

This data source provides the Cloud Storage Gateway Storage Bundles of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_cloud_storage_gateway_storage_bundles" "example" {
  backend_bucket_region_id = "cn-beijing"
  ids                      = ["sb-0008xeww8yg2********"]
  name_regex               = "the_resource_name"
}

output "first_cloud_storage_gateway_storage_bundle_id" {
  value = data.alicloud_cloud_storage_gateway_storage_bundles.example.bundles.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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