Skip to content

Commit 7fa9d67

Browse files
Update outputs.tf
1 parent 6a01255 commit 7fa9d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
output "oidc_provider_arn" {
22
description = "OIDC provider ARN"
3-
value = try(aws_iam_openid_connect_provider.provider[0].arn)
3+
value = try(aws_iam_openid_connect_provider.provider[0].arn, "")
44
}
55

66
output "oidc_role_arn" {
77
description = "GitHub Actions OIDC role ARN"
88
value = aws_iam_role.github_actions_role.arn
9-
}
9+
}

0 commit comments

Comments
 (0)