alicloud_ecs_deployment_set

Provides a ECS Deployment Set resource.

For information about ECS Deployment Set and how to use it, see What is Deployment Set.

Example Usage

Basic Usage

resource "alicloud_ecs_deployment_set" "default" {
  strategy            = "Availability"
  domain              = "Default"
  granularity         = "Host"
  deployment_set_name = "example_value"
  description         = "example_value"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

ECS Deployment Set can be imported using the id, e.g.

$ terraform import alicloud_ecs_deployment_set.example <id>