v0.21.1
🚀 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 tobackend
- The
?
operator in some instances (depending on the condition) changes the types of all items of the map to allstrings