v0.22.3
cloudpossebot
released this
02 Jun 23:55
·
43 commits
to refs/heads/main
since this release
🐛 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