alicloud_ecs_dedicated_host_cluster
更新时间:
Provides a ECS Dedicated Host Cluster resource.
For information about ECS Dedicated Host Cluster and how to use it, see What is Dedicated Host Cluster.
-> NOTE: Available since v1.146.0+.
Example Usage
Basic Usage
data "alicloud_zones" "example" {}
resource "alicloud_ecs_dedicated_host_cluster" "example" {
dedicated_host_cluster_name = "example_value"
description = "example_value"
zone_id = data.alicloud_zones.example.zones.0.id
tags = {
Create = "TF"
For = "DDH_Cluster_Test",
}
}
Argument Reference
The following arguments are supported:
dedicated_host_cluster_name
- (Optional) The name of the dedicated host cluster. The name must be2
to128
characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter. It cannot containhttp://
orhttps://
.description
- (Optional) The description of the dedicated host cluster. The description must be2
to256
characters in length. It cannot start withhttp://
orhttps://
.dry_run
- (Optional) The dry run.tags
- (Optional) A mapping of tags to assign to the resource.zone_id
- (Required, ForceNew) The ID of the zone in which to create the dedicated host cluster.
Attributes Reference
The following attributes are exported:
id
- The resource ID in terraform of Dedicated Host Cluster.
Import
ECS Dedicated Host Cluster can be imported using the id, e.g.
$ terraform import alicloud_ecs_dedicated_host_cluster.example <id>
文档内容是否对您有帮助?