Skip to content

Commit

Permalink
bump base disk for bastion to debian 12 (#1161)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored Jul 2, 2024
1 parent 8f7aa09 commit f775933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gcp/modules/bastion/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ resource "google_compute_instance" "bastion" {
boot_disk {
kms_key_self_link = google_kms_crypto_key.disk-key.id
initialize_params {
image = "debian-cloud/debian-11"
image = "debian-cloud/debian-12"
}
}

Expand Down

0 comments on commit f775933

Please sign in to comment.