fix: update tf module dir, add unstable deb key

This commit is contained in:
Andrejus
2021-04-16 12:11:47 +01:00
parent 0e2d2ebf4f
commit d768d3da1a
4 changed files with 1 additions and 0 deletions

View File

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