Skip to content

Latest commit

 

History

History

cluster

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

cluster

Requirements

Name Version
terraform >= 1.8.4
aws >= 5.51.0

Providers

Name Version
aws >= 5.51.0

Modules

No modules.

Resources

Name Type
aws_ecs_cluster.this resource

Inputs

Name Description Type Default Required
name Name of the ECS Cluster to create string n/a yes
service_connect_namespace (Optional) ARN of the aws_service_discovery_http_namespace that's used when you create a service and don't specify a Service Connect configuration. string null no
setting Details of the setting configuration
list(object({
name = string
value = string
}))
[] no
tags Resource Tags for ECS Cluster map(any) {} no

Outputs

Name Description
arn ARN of the ECS Cluster
id Identifier of the ECS Cluster
name Name of the ECS Cluster