文档

alicloud_ebs_replica_pair_drill

更新时间:
一键部署

Provides a EBS Replica Pair Drill resource.

For information about EBS Replica Pair Drill and how to use it, see What is Replica Pair Drill.

-> NOTE: Available since v1.215.0.

Example Usage

Basic Usage

variable "name" {
  default = "terraform-example"
}

provider "alicloud" {
  region = "cn-hangzhou"
}

resource "alicloud_ebs_replica_pair_drill" "default" {
  pair_id = "pair-cn-wwo3kjfq5001"
}

Argument Reference

The following arguments are supported:

  • pair_id - (Required, ForceNew) Copy the ID of the pair. You can call [DescribeDiskReplicaPairs](~~ 354206 ~~) to query the list of asynchronous replication pairs to obtain the replication pair ID.

Attributes Reference

The following attributes are exported:

  • id - The ID of the resource supplied above.The value is formulated as <pair_id>:<replica_pair_drill_id>.
  • replica_pair_drill_id - The first ID of the resource.
  • status - Walkthrough status. _failed: Execution failed._failed: Cleanup failed.

Timeouts

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

  • create - (Defaults to 5 mins) Used when create the Replica Pair Drill.
  • delete - (Defaults to 5 mins) Used when delete the Replica Pair Drill.

Import

EBS Replica Pair Drill can be imported using the id, e.g.

$ terraform import alicloud_ebs_replica_pair_drill.example <pair_id>:<replica_pair_drill_id>

  • 本页导读 (0)
文档反馈