Releases: Invicton-Labs/terraform-null-assertion
Releases · Invicton-Labs/terraform-null-assertion
v0.2.5
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
Fixes:
- Changed the internal provider used for forcing validation to
cloudinit
instead oftemplate
, astemplate
is deprecated and does not work properly on Mac.
v0.2.3
Re-release of v0.2.2 to fix a tag issue with the Terraform Registry
v0.2.2
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
Changes:
- Use a fake function name to throw the error (cleans up the output)
v0.2.0
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
Changes:
- Update README and variable descriptions.
v0.1.1
Fixes:
- Add Terraform version
Initial release
v0.1.0 Update README.md