alicloud_ebs_replica_group_drill

Provides a EBS Replica Group Drill resource.

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

Example Usage

Basic Usage

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

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

resource "alicloud_ebs_replica_group_drill" "default" {
  group_id = "pg-m1H9aaOUIGsDUwgZ"
}

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 Group Drill can be imported using the id, e.g.

$ terraform import alicloud_ebs_replica_group_drill.example <group_id>:<replica_group_drill_id>