Skip to content

v0.21.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 01 Nov 02:24
· 48 commits to main since this release
5150181

🚀 Enhancements

Update `remote-state` module @aknysh (#41)

what

  • Update remote-state module

why

  • If remote_state_backend is not declared in YAML config, the default value will be an empty map {}, causing the condition to always be true and not defaulting to backend
  • The ? operator in some instances (depending on the condition) changes the types of all items of the map to all strings