github runatlantis/terraform-gce-atlantis 2.1.0
v2.1.0

latest releases: 4.1.0, v3.0.4, 3.0.3...
15 months ago
Allow pinning vm's machine image, instead of always using latest …stable/cos_cloud @dennislapchenko (#112)

what

  • Machine image is now pinnable
  • Check the difference between two commits. If we keep only the first commit then full image name needs to be passed everytime. After the second commit you can just provide the short name and it will be verified. One drawback is that this it's not possible to move away from cos images, which probably is not desired anyway.

why

  • Not always you would want to stay on the latest cos image. Not always you want to update it if you're performing other changes.
  • It also seems that not all latest cos images work well with atlantis/secure vm configurations.. Just today i was making tweaks to the module and latest image got deployed too. As a result backend never could be reached.. could not find any logs as to why this happened, but reverting the image instantly fixed the issue.

Don't miss a new terraform-gce-atlantis release

NewReleases is sending notifications on new releases.