Skip to content

Releases: manheim/tfwrapper

0.6.2

17 Sep 18:04
69597fb
Compare
Choose a tag to compare
  • Add tf_sensitive_vars option.

0.6.1

23 Mar 14:57
79cb5e8
Compare
Choose a tag to compare
  • Add allowed_empty_vars option.
  • Only support terraform up to 0.11.14.

0.6.0

07 Feb 13:24
13ac5a9
Compare
Choose a tag to compare
  • Include full terraform output when a terraform run fails with output including hrottling, status code: 403, or status code: 401. Previously terraform output was suppressed in these cases, which causes confusion with providers other than "aws" that include these strings in their failure output.
  • In Gemfile, for testing, pin terraform-landscape gem to 0.2.2 for Ruby 2.x compatibility.
  • Pin rb-inotify dependency to 0.9.10 to allow build with Ruby < 2.2
  • Switch testing from circleci.com to travis-ci.org
  • Pin terraform_landscape dependency to 0.2.2 for compatibility with ruby < 2.5
  • Acceptance tests:
    • Use HashiCorp checkpoint API instead of GitHub Releases API to find latest terraform version, to work around query failures
    • Pin consul provider versions to 1.0.0 to fix intermittent failures
  • Switch Ruby versions used in tests to latest TravisCI versions
  • Stop acceptance testing terraform 0.9.x, as newer versions require pinning the consul provider version but 0.9 doesn't support versioned providers.

0.5.1

03 May 14:56
b9571e2
Compare
Choose a tag to compare
  • Fix bug where terraform plan errors were suppressed if a plan run with landscape support enabled exited non-zero.

0.5.0

30 Mar 15:20
18d3de1
Compare
Choose a tag to compare
  • Add support for using terraform_landscape gem, if present, to reformat plan output; see README for usage.
  • Add CircleCI testing under ruby 2.4.1, and acceptance tests for terraform 0.11.2.