update fancy_store_name

This commit is contained in:
gregory hendrickson
2023-03-15 15:16:13 -07:00
parent 8a00bc31bf
commit c9c17bd448

View File

@@ -5,7 +5,7 @@ resource "google_compute_instance" "backend" {
tags = ["backend"]
metadata = {
startup-script-url = "gs://${google_storage_bucket.fancy_store.name}/startup-script.sh"
startup-script-url = "gs://${fancy_store_name}/startup-script.sh"
}
@@ -27,7 +27,7 @@ resource "google_compute_instance" "frontend" {
tags = ["frontend"]
metadata = {
startup-script-url = "gs://${google_storage_bucket.fancy_store.name}/startup-script.sh"
startup-script-url = "gs://${fancy_store_name}/startup-script.sh"
}
boot_disk {