Skip to content

Commit

Permalink
Main.tf 파일 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
bahn1075 committed Dec 22, 2024
1 parent b48a58b commit 69f32f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/quickstart/create_vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
resource "google_compute_instance" "default" {
name = "my-vm"
machine_type = "n1-standard-1"
zone = "us-central1-a"
zone = "asia-southeast3-b"

boot_disk {
initialize_params {
Expand Down

0 comments on commit 69f32f7

Please sign in to comment.