» opentelekomcloud_vbs_backup_share_v2

Provides an VBS Backup Share resource.

» Example Usage

variable "backup_id" {}

variable "to_project_ids" {}

resource "opentelekomcloud_vbs_backup_share_v2" "backupshare" {
  backup_id = "${var.backup_id}"
  to_project_ids = "${var.to_project_ids}"
}

» Argument Reference

The following arguments are supported:

  • backup_id - (Required) The ID of the backup to be shared. Changing the parameter will create new resource.

  • to_project_ids - (Required) The IDs of projects with which the backup is shared. Changing the parameter will create new resource.

» Attributes Reference

In addition to all arguments above, the following attributes are exported:

» Import

VBS Backup Share can be imported using the backup id, e.g.

 $ terraform import opentelekomcloud_vbs_backup_share_v2.backupshare 4779ab1c-7c1a-44b1-a02e-93dfc361b32d