#opentofu (2024-11)
Discuss OpenTofu-related topics
2024-11-04
v1.7.5: Bump version file for 1.7.5 (#2136) Signed-off-by: Christian Mesh [email protected] (<mailto:[email protected]>)
Partially unknown provider functions arguments fixed (#2127) (#2133) …
v1.7.5 What’s Changed
Partially unknown provider functions arguments fixed in #2134
Full Changelog: <a class=”commit-link”…
What’s Changed
Partially unknown provider functions arguments fixed in #2134
Full Changelog: v1.7.4…v1.7.5
v1.8.5 BUG FIXES:
Provider functions will now handle partially unknown arguments per the tfplugin spec (#2127) tofu init will no longer return a spurious “Backend configuration changed” error when re-initializing a working directory with existing initialization of a backend whose configuration schema has required arguments. This was a regression…
BUG FIXES:
Provider functions will now handle partially unknown arguments per the tfplugin spec (#2127) tofu init will no longer return a spurious “Backend configuration changed” error when re-ini…
Provider function arguments now respect the protocol's definition that function inputs should be checked against IsWhollyKnown in addition to the standard IsKnown. This is different than the ct…