alicloud_cloud_storage_gateway_storage_bundle
更新时间:
Provides a Cloud Storage Gateway Storage Bundle resource.
For information about Cloud Storage Gateway Storage Bundle and how to use it, see What is Storage Bundle.
-> NOTE: Available since v1.116.0.
Example Usage
Basic Usage
resource "alicloud_cloud_storage_gateway_storage_bundle" "example" {
storage_bundle_name = "example_value"
}
Argument Reference
The following arguments are supported:
description
- (Optional) The description of storage bundle.storage_bundle_name
- (Required) The name of storage bundle.
Attributes Reference
The following attributes are exported:
id
- The resource ID in terraform of Storage Bundle.
Import
Cloud Storage Gateway Storage Bundle can be imported using the id, e.g.
$ terraform import alicloud_cloud_storage_gateway_storage_bundle.example <id>
文档内容是否对您有帮助?