alicloud_hbr_vault

Provides a HBR Backup vault resource.

For information about HBR Backup vault and how to use it, see What is Backup vault.

Example Usage

Basic Usage

resource "alicloud_hbr_vault" "example" {
  vault_name = "example_value"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

HBR Vault can be imported using the id, e.g.

$ terraform import alicloud_hbr_vault.example <id>