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

Support 'offline mode': do not download terraform binary #124

Merged
merged 5 commits into from Mar 15, 2022

Commits on Mar 14, 2022

  1. Support 'offline mode': do not download terraform binary and use one …

    …from PATH
    
    Signed-off-by: Gennady Lipenkov <xgen@yandex-team.ru>
    GennadySpb committed Mar 14, 2022
    Copy the full SHA
    aab21c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. unilaterally check for a Terraform binary first, then fall back to do…

    …wnloading the latest version; also support set exact version to download.
    
    Signed-off-by: Gennady Lipenkov <xgen@yandex-team.ru>
    GennadySpb committed Mar 15, 2022
    Copy the full SHA
    8a556aa View commit details
    Browse the repository at this point in the history
  2. Update internal/provider/generate.go

    Co-authored-by: Brian Flad <bflad417@gmail.com>
    GennadySpb and bflad committed Mar 15, 2022
    Copy the full SHA
    eb9f671 View commit details
    Browse the repository at this point in the history
  3. Update internal/provider/generate.go

    Co-authored-by: Brian Flad <bflad417@gmail.com>
    GennadySpb and bflad committed Mar 15, 2022
    Copy the full SHA
    31d01e5 View commit details
    Browse the repository at this point in the history
  4. Update internal/provider/generate.go

    Co-authored-by: Brian Flad <bflad417@gmail.com>
    GennadySpb and bflad committed Mar 15, 2022
    Copy the full SHA
    5ac9ef5 View commit details
    Browse the repository at this point in the history