mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
update fancy_store_name
This commit is contained in:
@@ -5,7 +5,7 @@ resource "google_compute_instance" "backend" {
|
|||||||
tags = ["backend"]
|
tags = ["backend"]
|
||||||
|
|
||||||
metadata = {
|
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"]
|
tags = ["frontend"]
|
||||||
|
|
||||||
metadata = {
|
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 {
|
boot_disk {
|
||||||
|
|||||||
Reference in New Issue
Block a user