File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ terraform import \
1616 || echo skip
1717terraform import \
1818 google_compute_instance.tf_cloud_01 \
19- " projects/$project /zones/us-west1-b /instances/tf-$environment_target " \
19+ " projects/$project /zones/us-west1-c /instances/tf-$environment_target " \
2020 || echo skip
2121terraform import \
2222 google_logging_project_bucket_config.tf_bucket \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ resource "google_compute_instance" "tf_cloud_01" {
4747
4848 name = " tf-${ var . google_environment_target } "
4949 machine_type = " e2-micro"
50- zone = " us-west1-b "
50+ zone = " us-west1-c "
5151 tags = [google_compute_firewall . tf_firewall . name ]
5252 allow_stopping_for_update = true
5353 boot_disk {
You can’t perform that action at this time.
0 commit comments