Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autodownload tf versions. Add --default-tf-version. #538

Merged
merged 2 commits into from
Mar 14, 2019
Merged

Commits on Mar 14, 2019

  1. Remove -coverpkg flag to stop OOM issues.

    CircleCI was getting OOM errors since the go-getter package was
    included. I'm removing the -coverpkg flag for now.
    lkysow committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    81a8735 View commit details
    Browse the repository at this point in the history
  2. Autodownload tf versions. Add --default-tf-version.

    This changeset has two features:
    1. We now automatically download the version of terraform specified in
    atlantis.yaml configs if we don't already have that version available
    locally.
    
    2. Add a new --default-tf-version flag that allows users to set a
    default version of Terraform that we will also download if it's not on
    disk.
    
    These mean that users don't need to build custom Docker images to just
    add terraform versions. It also means that upgrading the version of
    terraform that is packaged with the Atlantis Docker image won't cause
    issues for existing users because as long as they're running with
    --default-tf-version, Atlantis will always use that version.
    lkysow committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    ca58ebd View commit details
    Browse the repository at this point in the history