Skip to content

Update Terraform external to v2

John Jarvis requested to merge renovate/external-2.x into master

This MR contains the following updates:

Package Type Update Change
external (source) required_provider major ~> 1.2 -> ~> 2.0

Release Notes

hashicorp/terraform-provider-external

v2.2.2

Compare Source

NOTES:

  • This release is a republishing of the 2.2.1 release to include a missing release asset. It is identical otherwise.

v2.2.0

Compare Source

ENHANCEMENTS:

  • data-source/external: Program execution will now exit immediately when receiving an interrupt signal (Ctrl-c) from Terraform (#​91)
  • data-source/external: Enhanced error messaging to include more troubleshooting information and recommendations (#​93)
  • data-source/external: Added trace log for program being executed (#​95)

v2.1.1

Compare Source

NOTES:

  • The release process was upgraded to use Go 1.16.12 to mitigate CVE-2021-44717.

v2.1.0

Compare Source

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

v2.0.0

Compare Source

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports

Loading