Skip to content

Commit

Permalink
fix: rename module in output
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Jun 11, 2024
1 parent 8a07d70 commit f60d15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ output "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
value = var.s3_name_of_the_existing_bucket == "" ? module.audit_bucket[0].s3_bucket_id : null
}

0 comments on commit f60d15b

Please sign in to comment.