output "policy_json" {
  description = "IAM Policy JSON"
  value       = data.aws_iam_policy_document.allow_assume_role_in_another_account.json
}
