We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb6503e + 1dec7e7 commit 1404bf0Copy full SHA for 1404bf0
outputs.tf
@@ -64,7 +64,7 @@ output "service_account_id" {
64
}
65
66
output "created_bucket_names" {
67
- value = [for bucket in google_storage_bucket.gitlab_bucket : bucket.name]
+ value = { for short_name, bucket in google_storage_bucket.gitlab_bucket : short_name => bucket.name }
68
description = "The list of the created buckets."
69
70
0 commit comments