We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6503e commit 1dec7e7Copy full SHA for 1dec7e7
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