Skip to content

Commit

Permalink
Merge pull request #57 from cerebrotech/saahil/DOM-20434
Browse files Browse the repository at this point in the history
Correcting GCS bucket variable and platform namespace
  • Loading branch information
Saahil Dhulla authored Apr 28, 2020
2 parents 44ade6c + b90d19b commit f3f7231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions output.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
output "bucket_url" {
value = google_storage_bucket.bucket.url
description = "Base URL of the cloud storage bucket"
output "bucket_name" {
value = google_storage_bucket.bucket.name
description = "Name of the cloud storage bucket"
}

output "cluster" {
Expand Down

0 comments on commit f3f7231

Please sign in to comment.