Skip to content

Commit 7e86b98

Browse files
authored
Update outputs.tf
1 parent 78087c9 commit 7e86b98

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • modules/google_cloud_storage/default/0.2

modules/google_cloud_storage/default/0.2/outputs.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
locals {
22
output_attributes = {
3+
name = google_storage_bucket.bucket.name
4+
url = "gs://${google_storage_bucket.bucket.name}"
35
bucket_url = "gs://${google_storage_bucket.bucket.name}"
46
bucket_name = google_storage_bucket.bucket.name
57
read_only_role = "roles/storage.objectViewer"
@@ -12,4 +14,4 @@ locals {
1214
}
1315
output_interfaces = {
1416
}
15-
}
17+
}

0 commit comments

Comments
 (0)