Files
dotfiles/modules/published-dots/outputs.tf
2021-04-09 22:04:33 +01:00

8 lines
152 B
HCL

output "bucket_url" {
value = "storage.googleapis.com/${var.domain}"
}
output "bucket_link" {
value = google_storage_bucket.bucket.self_link
}