mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 15:04:57 +00:00
add modules
This commit is contained in:
@@ -9,7 +9,7 @@ resource "google_compute_instance_group_manager" "fancy_fe_mig" {
|
||||
google_compute_target_pool.fancy_target_pool.self_link
|
||||
]
|
||||
|
||||
zone = "us-central1-a"
|
||||
zone = "us-central1-f"
|
||||
|
||||
update_policy {
|
||||
type = "PROACTIVE"
|
||||
@@ -37,7 +37,7 @@ resource "google_compute_instance_group_manager" "fancy_be_mig" {
|
||||
google_compute_target_pool.fancy_target_pool.self_link
|
||||
]
|
||||
|
||||
zone = "us-central1-a"
|
||||
zone = "us-central1-f"
|
||||
|
||||
update_policy {
|
||||
type = "PROACTIVE"
|
||||
|
||||
Reference in New Issue
Block a user