Skip to content

Commit

Permalink
Merge pull request #46 from GoogleCloudPlatform/dylanmpeck-debian-fix
Browse files Browse the repository at this point in the history
update deprecated debian image
  • Loading branch information
Dylan Peck authored Sep 23, 2022
2 parents 6da26ad + 2215a65 commit 5632839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tags = var.tags
// Specify the Operating System Family and version.
boot_disk {
initialize_params {
image = "debian-cloud/debian-9"
image = "debian-cloud/debian-11"
}
}

Expand Down

0 comments on commit 5632839

Please sign in to comment.