feat: publish script and cleanup

This commit is contained in:
Andrejus
2021-05-02 21:53:29 +01:00
parent fb50593834
commit 1f569c7e09
22 changed files with 144 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
output "bucket_url" {
value = "storage.googleapis.com/${var.domain}"
value = "storage.googleapis.com/${var.domain}"
}
output "bucket_link" {
value = google_storage_bucket.bucket.self_link
value = google_storage_bucket.bucket.self_link
}