add modules

This commit is contained in:
gregory hendrickson
2023-03-15 15:39:58 -07:00
parent deaef5773d
commit aaaf0c259e
2 changed files with 28 additions and 2 deletions

View File

@@ -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"