diff --git a/scopes/ssh-bastion/00_ssh_bastion.tf b/scopes/ssh-bastion/00_ssh_bastion.tf index eb93e92..202a2a6 100644 --- a/scopes/ssh-bastion/00_ssh_bastion.tf +++ b/scopes/ssh-bastion/00_ssh_bastion.tf @@ -23,7 +23,7 @@ resource "google_compute_instance" "bastion_host" { boot_disk { initialize_params { - image = "debian-cloud/debian-10" + image = "debian-11" } }