There was an error while loading. Please reload this page.
1 parent c0f593e commit ca34cf0Copy full SHA for ca34cf0
1 file changed
infrastructure/outputs.tf
@@ -1,4 +1,4 @@
1
output "pipeline_oidc_role_arn" {
2
- value = aws_iam_role.pipeline_oidc.arn
+ value = aws_iam_role.pipeline_oidc.arn
3
description = "ARN of the IAM role assumed by GitHub Action workflow."
4
}
0 commit comments