Skip to content

Commit 25d0a2d

Browse files
authored
Merge pull request #458 from Facets-cloud/anshulsao-patch-1
Update outputs.tf
2 parents 78087c9 + 7e86b98 commit 25d0a2d

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)