esphome-deployments/.modules/service/outputs.tf

4 lines
127 B
HCL

output "task_definition" {
description = "The ARN for the taks definition"
value = aws_ecs_task_definition.task.arn
}