alicloud_ecs_hpc_cluster

Provides a ECS Hpc Cluster resource.

For information about ECS Hpc Cluster and how to use it, see What is Hpc Cluster.

Example Usage

Basic Usage

resource "alicloud_ecs_hpc_cluster" "example" {
  name        = "tf-testAcc"
  description = "For Terraform Test"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

ECS Hpc Cluster can be imported using the id, e.g.

$ terraform import alicloud_ecs_hpc_cluster.example <id>