Skip to content

Instantly share code, notes, and snippets.

@guivin
Created August 21, 2021 10:47
Show Gist options
  • Save guivin/629e7faa7add12cb40c8551cddfca69b to your computer and use it in GitHub Desktop.
Save guivin/629e7faa7add12cb40c8551cddfca69b to your computer and use it in GitHub Desktop.
terraform/modules/aws-ecs/outputs.tf
output "cluster_id" {
description = "The ECS cluster ID"
value = aws_ecs_cluster.default.id
}
output "cloudwatch_group_name" {
description = "The Cloudwatch group name to store container logs"
value = aws_cloudwatch_log_group.default.name
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment