mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-12 16:00:25 -04:00
619 B
619 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| aws | AWS: aws_ecs_cluster | docs-aws-resource-ecs-cluster | Provides an ECS cluster. |
aws_ecs_cluster
Provides an ECS cluster.
Example Usage
resource "aws_ecs_cluster" "foo" {
name = "white-hart"
}
Argument Reference
The following arguments are supported:
name- (Required) The name of the cluster (up to 255 letters, numbers, hyphens, and underscores)
Attributes Reference
The following attributes are exported:
name- The name of the clusterid- The Amazon Resource Name (ARN) that identifies the cluster