output "cluster_arn" { value = var.enabled ? aws_ecs_cluster.this[0].arn : null description = "The ECS cluster ARN." } output "cluster_name" { value = var.enabled ? aws_ecs_cluster.this[0].name : null description = "The ECS cluster name (echoes the input)." }