Skip to content

Commit

Permalink
fix: update cos
Browse files Browse the repository at this point in the history
  • Loading branch information
progre committed Feb 10, 2024
1 parent fadc0d6 commit 2ae501b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "google_compute_instance" "tf_cloud_01" {
allow_stopping_for_update = true
boot_disk {
initialize_params {
image = "projects/cos-cloud/global/images/cos-stable-89-16108-403-15"
image = "projects/cos-cloud/global/images/cos-stable-109-17800-66-81"
}
}
metadata = {
Expand Down

0 comments on commit 2ae501b

Please sign in to comment.