test(acc): upgrade debian image to debian-11

debian-9 was removed from the GCP registry.
main
sundowndev-snyk 2022-08-03 11:12:45 +04:00
parent cf9dba0712
commit dc308c5393
No known key found for this signature in database
GPG Key ID: A4A2BE47AC4C6A68
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ resource "google_compute_instance" "default" {
boot_disk { boot_disk {
initialize_params { initialize_params {
image = "debian-cloud/debian-9" image = "debian-cloud/debian-11"
} }
} }

View File

@ -45,7 +45,7 @@ resource "google_compute_instance_template" "appserver" {
// boot disk // boot disk
disk { disk {
source_image = "debian-cloud/debian-9" source_image = "debian-cloud/debian-11"
auto_delete = true auto_delete = true
boot = true boot = true
} }