Skip to content

Commit

Permalink
add sso_elevator_bucket_id output
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelezovartem committed Feb 7, 2024
1 parent 5e7f385 commit 0b5ec4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ output "lambda_function_url" {
description = "value for the access_requester lambda function URL"
value = module.access_requester_slack_handler.lambda_function_url
}

output "sso_elevator_bucket_id" {
description = "The name of the SSO elevator bucket."
value = var.s3_name_of_the_existing_bucket == "" ? module.sso_elevator_bucket[0].s3_bucket_id : null
}

0 comments on commit 0b5ec4d

Please sign in to comment.