Skip to content

Commit

Permalink
Merge pull request #39 from dylanmpeck/master
Browse files Browse the repository at this point in the history
pin image to working version for walkthrough
  • Loading branch information
kaariger authored Dec 9, 2020
2 parents be54eb4 + c7e01a6 commit 8dd71bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resource "google_compute_instance" "container_server" {

boot_disk {
initialize_params {
image = "cos-cloud/cos-stable"
image = "cos-cloud/cos-77-lts"
}
}

Expand Down

0 comments on commit 8dd71bf

Please sign in to comment.