Skip to content

Releases: hashicorp/terraform-provider-external

v2.3.3

12 Feb 21:28
Compare
Choose a tag to compare

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

21 Nov 14:42
Compare
Choose a tag to compare

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

06 Mar 20:50
Compare
Choose a tag to compare

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

06 Mar 15:26
Compare
Choose a tag to compare

NOTES:

v2.2.3

09 Nov 16:19
01a5829
Compare
Choose a tag to compare

BUG FIXES:

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

v2.2.2

16 Mar 15:02
Compare
Choose a tag to compare

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

04 Jan 21:13
9dad761
Compare
Choose a tag to compare

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)