We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a01255 commit 7fa9d67Copy full SHA for 7fa9d67
outputs.tf
@@ -1,9 +1,9 @@
1
output "oidc_provider_arn" {
2
description = "OIDC provider ARN"
3
- value = try(aws_iam_openid_connect_provider.provider[0].arn)
+ value = try(aws_iam_openid_connect_provider.provider[0].arn, "")
4
}
5
6
output "oidc_role_arn" {
7
description = "GitHub Actions OIDC role ARN"
8
value = aws_iam_role.github_actions_role.arn
9
-}
+}
0 commit comments