Skip to content

Commit

Permalink
use different image name
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzo12 committed Oct 18, 2024
1 parent 88704e9 commit 9b7f054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopes/ssh-bastion/00_ssh_bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "google_compute_instance" "bastion_host" {

boot_disk {
initialize_params {
image = "debian-cloud/debian-10"
image = "debian-11"
}
}

Expand Down

0 comments on commit 9b7f054

Please sign in to comment.