terraform/website/source/docs/providers/aws/r/ecs_cluster.html.markdown

616 B

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 cluster
  • id - The Amazon Resource Name (ARN) that identifies the cluster