Skip to main content
outputs.tf127 B
View on GitHub
output "deploy_role_arn" {
description = "ARN of the environment deployment role."
value = aws_iam_role.deploy.arn
}

Related Documentation