wip: dir organisation, script cleanup
This commit is contained in:
7
modules/published-dots/outputs.tf
Normal file
7
modules/published-dots/outputs.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
output "bucket_url" {
|
||||
value = "storage.googleapis.com/${var.domain}"
|
||||
}
|
||||
|
||||
output "bucket_link" {
|
||||
value = google_storage_bucket.bucket.self_link
|
||||
}
|
||||
Reference in New Issue
Block a user