output "compute_env" {
  description = "Compute environment object"
  value       = aws_batch_compute_environment.main
}

output "ecs_cluster_arn" {
  description = "Compute environment object"
  value       = aws_batch_compute_environment.main.ecs_cluster_arn
}

output "launch_template" {
  description = "Compute environment object"
  value       = aws_launch_template.this
}
