W3cubDocs

/Terraform

Data Source: aws_ecs_cluster

The ECS Cluster data source allows access to details of a specific cluster within an AWS ECS service.

Example Usage

data "aws_ecs_cluster" "ecs-mongo" {
  cluster_name = "ecs-mongo-production"
}

Argument Reference

The following arguments are supported:

Attributes Reference

In addition to all arguments above, the following attributes are exported:

© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/d/ecs_cluster.html