Skip to content

Commit

Permalink
instances arent reliably living long enough (4+hr), risking tests and…
Browse files Browse the repository at this point in the history
… demos
  • Loading branch information
jbartus committed Oct 3, 2023
1 parent 4880bcd commit 6f00a8e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ resource "google_compute_instance" "demo_origin_instance" {
zone = "us-west1-a"
tags = ["https-server"]

scheduling {
preemptible = true
automatic_restart = false
}

boot_disk {
initialize_params {
image = "ubuntu-os-cloud/ubuntu-2304-amd64"
Expand Down
5 changes: 0 additions & 5 deletions puppeteer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ resource "google_compute_instance" "puppeteer" {
depends_on = [fastly_service_vcl.demo_service, terraform_data.magento_setup]
allow_stopping_for_update = true

scheduling {
preemptible = true
automatic_restart = false
}

boot_disk {
initialize_params {
image = "ubuntu-os-cloud/ubuntu-2304-amd64"
Expand Down
5 changes: 0 additions & 5 deletions randomhack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ resource "google_compute_instance" "random_hacker" {
machine_type = "c3-standard-4"
allow_stopping_for_update = true

scheduling {
preemptible = true
automatic_restart = false
}

boot_disk {
initialize_params {
image = "ubuntu-os-cloud/ubuntu-2304-amd64"
Expand Down

0 comments on commit 6f00a8e

Please sign in to comment.