Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (26 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

50 lines (26 loc) · 2.24 KB

2.2.0 (Unreleased)

  • Add sensitive data source which masks the query and result. This is functionally identical to its non-sensitive counterpart.

2.1.0 (February 19, 2021)

Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.

2.0.0 (October 12, 2020)

Binary releases of this provider now include the linux-arm64 platform.

BREAKING CHANGES:

  • Upgrade to version 2 of the Terraform Plugin SDK, which drops support for Terraform 0.11. This provider will continue to work as expected for users of Terraform 0.11, which will not download the new version. (#47)

BUG FIXES:

  • In Debugging mode, print the JSON from external data source as a string (#46)

1.2.0 (June 19, 2019)

IMPROVEMENTS

  • Trace logging added for JSON output (#36)

1.1.2 (April 30, 2019)

  • This release includes another Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core v0.12.0 release. It should have no significant changes in behavior for this provider.

1.1.1 (April 12, 2019)

  • This release includes only a Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core v0.12.0 release. It should have no significant changes in behavior for this provider.

1.1.0 (March 20, 2019)

ENHANCEMENTS:

  • The provider is now compatible with Terraform v0.12, while retaining compatibility with prior versions.
  • external data source now accepts working_dir argument to set the working directory for the child process. (#12)

1.0.0 (September 14, 2017)

0.1.0 (June 20, 2017)

NOTES:

  • Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout