FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

aws_ecs_cluster

Provides an ECS cluster.

Example Usage

resource "aws_ecs_cluster" "foo" {
  name = "white-hart"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io