Terraform Provider External Versions Save

Utility provider that exists to provide an interface between Terraform and external programs. Useful for integrating Terraform with a system for which a first-class provider does not exist.

v2.3.3

3 months ago

NOTES:

  • data-source/external: The stderr output of the executed program will now always be logged at the TRACE level, regardless of exit code. (#67)

v2.3.2

5 months ago

BUG FIXES:

  • data-source/external: Prevent regression since v2.3.1 where null query element values would be sent to the program as an empty string (#208)

v2.3.1

1 year ago

BUG FIXES:

  • data-source/external: Remove query validation to allow null and empty string values to be passed to the external program (#193)

v2.3.0

1 year ago

NOTES:

v2.2.3

1 year ago

BUG FIXES:

  • data-source/external: Prevented unexpected error after 20 minutes of program execution (#165)

v2.2.2

2 years ago

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

2 years ago

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)