output "role" {
  description = "IAM role for MWAA."
  value       = aws_iam_role.this
}

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