Skip to content

Commit 7b911c1

Browse files
Update linux-vm.tf
1 parent dd5d68c commit 7b911c1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

GCP/linux-vm.tf

-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,4 @@ resource "google_compute_instance" "ubuntu-vm" {
1212
network_interface {
1313
network = "default"
1414
}
15-
16-
scheduling {
17-
preemptible = true
18-
automatic_restart = false
19-
}
2015
}

0 commit comments

Comments
 (0)