Provides a ECS Hpc Cluster resource.
For information about ECS Hpc Cluster and how to use it, see What is Hpc Cluster.
Basic Usage
resource "alicloud_ecs_hpc_cluster" "example" {
name = "tf-testAcc"
description = "For Terraform Test"
}
The following arguments are supported:
description
- (Optional) The description of ECS Hpc Cluster.name
- (Required) The name of ECS Hpc Cluster.The following attributes are exported:
id
- The resource ID in terraform of Hpc Cluster.ECS Hpc Cluster can be imported using the id, e.g.
$ terraform import alicloud_ecs_hpc_cluster.example <id>