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.

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:

Attributes Reference

The following attributes are exported:

Timeouts

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

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>