github.com/jmbataller/terraform@v0.6.8-0.20151125192640-b7a12e3a580c/website/source/docs/providers/aws/r/ecs_cluster.html.markdown (about) 1 --- 2 layout: "aws" 3 page_title: "AWS: aws_ecs_cluster" 4 sidebar_current: "docs-aws-resource-ecs-cluster" 5 description: |- 6 Provides an ECS cluster. 7 --- 8 9 # aws\_ecs\_cluster 10 11 Provides an ECS cluster. 12 13 ## Example Usage 14 15 ``` 16 resource "aws_ecs_cluster" "foo" { 17 name = "white-hart" 18 } 19 ``` 20 21 ## Argument Reference 22 23 The following arguments are supported: 24 25 * `name` - (Required) The name of the cluster (up to 255 letters, numbers, hyphens, and underscores) 26 27 ## Attributes Reference 28 29 The following attributes are exported: 30 31 * `name` - The name of the cluster 32 * `id` - The Amazon Resource Name (ARN) that identifies the cluster