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.

-> NOTE: Available in v1.116.0+.

Example Usage

Basic Usage


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

Argument Reference

The following arguments are supported:

  • description - (Optional) The description of ECS Hpc Cluster.
  • name - (Required) The name of ECS Hpc Cluster.

Attributes Reference

The following attributes are exported:

  • id - The resource ID in terraform of Hpc Cluster.

Import

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

$ terraform import alicloud_ecs_hpc_cluster.example <id>