We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803a716 commit 344e45cCopy full SHA for 344e45c
outputs.tf
@@ -40,6 +40,12 @@ output "lambda_role_unique_id" {
40
value = module.lambda.lambda_role_unique_id
41
}
42
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
47
+}
48
+
49
# For Lambda Edge and Cloudfront Integration
50
51
#For Lambda@Edge Association with cloudfront
0 commit comments