Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
update to debian12
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecimalDinosaur committed Oct 28, 2023
1 parent c5243fa commit 891d58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_bundle/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "google_compute_instance" "project_webserver" {
machine_type = "e2-micro"
boot_disk {
initialize_params {
image = "projects/debian-cloud/global/images/debian-11-bullseye-v20231010"
image = "projects/debian-cloud/global/images/debian-12-bookworm-v20231010"
}
}
network_interface {
Expand Down

0 comments on commit 891d58d

Please sign in to comment.