Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 5632839

Browse files
author
Dylan Peck
authored
Merge pull request #46 from GoogleCloudPlatform/dylanmpeck-debian-fix
update deprecated debian image
2 parents 6da26ad + 2215a65 commit 5632839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/modules/instance/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tags = var.tags
6161
// Specify the Operating System Family and version.
6262
boot_disk {
6363
initialize_params {
64-
image = "debian-cloud/debian-9"
64+
image = "debian-cloud/debian-11"
6565
}
6666
}
6767

0 commit comments

Comments
 (0)