output "role" {
  description = "IAM role for ECS services."
  value       = aws_iam_role.batch
}

output "policy_attachments" {
  description = "Policies attachments list"
  value       = aws_iam_role_policy_attachment.attachments
}
