You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#299 Made Terraform 1.x for the builder Docker image but neglected to update the builder-slim Docker image.
Some deployed Makefiles expect Terraform to be installed in a directory named with major.minor due to pre-production versions using semver 0.major versioning. With Terraform production version, the major version is back to its rightful place, so we only need major, but the old Makefile are installed in hundreds of Terraform modules, so we need some backward support for them.
Bad syntax in Makefile causes errors during auto-init.
Sometimes we want to merge changes (such as for PR #298) without triggering a release, for example to bundle several PRs into a single release.