We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78087c9 + 7e86b98 commit 25d0a2dCopy full SHA for 25d0a2d
1 file changed
modules/google_cloud_storage/default/0.2/outputs.tf
@@ -1,5 +1,7 @@
1
locals {
2
output_attributes = {
3
+ name = google_storage_bucket.bucket.name
4
+ url = "gs://${google_storage_bucket.bucket.name}"
5
bucket_url = "gs://${google_storage_bucket.bucket.name}"
6
bucket_name = google_storage_bucket.bucket.name
7
read_only_role = "roles/storage.objectViewer"
@@ -12,4 +14,4 @@ locals {
12
14
}
13
15
output_interfaces = {
16
-}
17
+}
0 commit comments