We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344e45c commit ff7c7f1Copy full SHA for ff7c7f1
outputs.tf
@@ -43,7 +43,7 @@ output "lambda_role_unique_id" {
43
# IAM Role for GHA
44
output "lamda_gha_role_name" {
45
description = "The crated role that can be assumed for the configured repository."
46
- value = module.lamda_gha[0].role.name
+ value = try(module.lamda_gha[0].role.name, "")
47
}
48
49
# For Lambda Edge and Cloudfront Integration
0 commit comments