test(acc): upgrade debian image to debian-11
debian-9 was removed from the GCP registry.main
parent
cf9dba0712
commit
dc308c5393
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue