Skip to content

v0.22.3

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 02 Jun 23:55
· 43 commits to refs/heads/main since this release
325d23c

🐛 Bug Fixes

[remote-state] bugfix: Handle case where defaults is incompatible type @Nuru (#49)

what

  • [remote-state] bugfix: Handle case where defaults is a Terraform type incompatible with the actual remote state outputs, leading Terraform to complain:
Error: Inconsistent conditional result types

The true and false result expressions must have consistent types. The given expressions are object and object, respectively.

why

  • bug fix