Skip to content

Commit c151533

Browse files
authored
chore: zone 変更
1 parent b23a7ac commit c151533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

root/scripts/reverse-terraform.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ terraform import \
1616
|| echo skip
1717
terraform 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
2121
terraform import \
2222
google_logging_project_bucket_config.tf_bucket \

root/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)