output "role_arn" { value = aws_iam_role.this[0].arn description = "The IAM role ARN." } output "role_id" { value = aws_iam_role.this[0].id description = "The IAM role ID." }