Skip to content

Commit 344e45c

Browse files
authored
Add outputs for gha role
1 parent 803a716 commit 344e45c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

outputs.tf

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ output "lambda_role_unique_id" {
4040
value = module.lambda.lambda_role_unique_id
4141
}
4242

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+
4349
# For Lambda Edge and Cloudfront Integration
4450

4551
#For Lambda@Edge Association with cloudfront

0 commit comments

Comments
 (0)