#opentofu (2024-10)
Discuss OpenTofu-related topics
2024-10-03
v1.8.3: Backport 1.8 handle static variable secrets (#2046) Signed-off-by: Christian Mesh [email protected] (<mailto:[email protected]>)
Signed-off-by: Christian Mesh [email protected]
v1.8.3 What’s Changed SECURITY:
Added option to enable the sensitive flag for variables used in module sources/versions and backend configurations.
This emits a warning by default to prevent breaking compatability with previous 1.8.x versions. It is highly recommended to set TOFU_ENABLE_STATIC_SENSITIVE=1 in any environments using this release. This will be enabled by default as a breaking change in v1.9.0
BUG FIXES:
Fixed autoloaded test tfvar files being used in non-test scenarios (<a…
What’s Changed SECURITY:
Added option to enable the sensitive flag for variables used in module sources/versions and backend configurations.
This emits a warning by default to prevent breaking co…
2024-10-23
v1.7.4: 1.7 version file (#2096) Signed-off-by: James Humphries [email protected] (<mailto:[email protected]>)
Signed-off-by: ollevche [email protected] Signed-off-by: Oleksandr Levchenkov [email protected] Signed-off-by: Christian Mesh [email protected] Signed-off-by: James Humphries james@james-…
v1.8.4: Backport recent changes to v1.8 (#2093) Signed-off-by: Christian Mesh [email protected] (<mailto:[email protected]>) Signed-off-by: ollevche [email protected] (<mailto:[email protected]>) Signed-off-by: James Humphries [email protected] (<mailto:[email protected]>) Co-authored-by: Christian Mesh [email protected] (<mailto:[email protected]>) Co-authored-by: Oleksandr Levchenkov [email protected] (<mailto:[email protected]>)
Signed-off-by: Christian Mesh [email protected] Signed-off-by: ollevche [email protected] Signed-off-by: James Humphries [email protected] Co-authored-by: Christian Mesh christian…
v1.8.4: Bumped versionfile for 1.8 (#2097) Signed-off-by: James Humphries [email protected] (<mailto:[email protected]>)
v1.7.4 ENHANCEMENTS:
Made tofu plan with generate-config-out flag replace JSON strings with jsonencode functions calls. (#1595)
BUG FIXES:
tofu init will no longer return a supurious “Backend configuration changed” error when re-initializing a working directory with identical settings, backend configuration contains references to variables or…
ENHANCEMENTS:
Made tofu plan with generate-config-out flag replace JSON strings with jsonencode functions calls. (#1595)
BUG FIXES:
tofu init will no longer return a supurious “Backend configura…
Resolves #1371 This PR makes tofu plan with generate-config-out flag check for JSON strings and, if possible, replace them with jsonencode function call. Target Release
1.7.2
v1.8.4 BUG FIXES:
tofu init will no longer return a supurious “Backend configuration changed” error when re-initializing a working directory with identical settings, backend configuration contains references to variables or local values, and when the -backend-config command line option is used. That combination previously caused OpenTofu to incorrectly treat the backend configuration as invalid. (<a href=”https://github.com/opentofu/opentofu/pull/2055” data-hovercard-type=”pull_request”…
BUG FIXES:
tofu init will no longer return a supurious “Backend configuration changed” error when re-initializing a working directory with identical settings, backend configuration contains refere…
The backendConfigNeedsMigration helper evaluates the backend configuration inline to compare it with the object previously saved in the .terraform/terraform.tfstate file. However, this wasn't u…