Skip to content

Releases: Invicton-Labs/terraform-null-assertion

v0.2.5

11 Jul 19:23
b04ce2f
Compare
Choose a tag to compare

Changes:

  • Switch to integrated Terraform variable validation. This eliminates the need for an additional provider and improves the evaluation speed.

Note that this does require an upgrade to Terraform version 1.9.0+. We have kept it as a patch update though, because it is backwards compatible with existing Terraform configurations.

v0.2.4

26 Mar 18:05
f6bba7b
Compare
Choose a tag to compare

Fixes:

  • Changed the internal provider used for forcing validation to cloudinit instead of template, as template is deprecated and does not work properly on Mac.

v0.2.3

17 Mar 20:39
886cf74
Compare
Choose a tag to compare

Re-release of v0.2.2 to fix a tag issue with the Terraform Registry

v0.2.2

17 Mar 15:29
886cf74
Compare
Choose a tag to compare

Fixes:

  • Update to run the assertion check in a data source instead of a local. This is to address a recent TF change that apparently doesn't compute local values if they're not used/referenced anywhere. See the comment inside main.tf for details.

v0.2.1

30 Jul 16:49
Compare
Choose a tag to compare

Changes:

  • Use a fake function name to throw the error (cleans up the output)

v0.2.0

30 Jul 16:23
Compare
Choose a tag to compare

Changes:

  • Switch from using an external data source to using a built-in Terraform function for generating the error message. This prevents errors when the value of the condition isn't known at plan time. The downside is that the error message isn't formatted as nicely.

v0.1.2

13 Jul 21:09
8aedad5
Compare
Choose a tag to compare

Changes:

  • Update README and variable descriptions.

v0.1.1

06 Jul 22:01
Compare
Choose a tag to compare

Fixes:

  • Add Terraform version

Initial release

04 Feb 16:21
a118bf4
Compare
Choose a tag to compare
v0.1.0

Update README.md