#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…
2024-11-06
v1.9.0-alpha1 1.9.0-alpha1
1.9.0-alpha1
v1.9.0-alpha1 Do not use this release for production workloads! It’s time for the first prerelease of the 1.9.0 version! This includes a lot of major and minor new features, as well as a ton of community contributions! The highlights are:
for_each in provider configuration blocks: An alternate (aka “aliased”) provider configuration can now have multiple dynamically-chosen instances using the for_each argument: provider “aws” { alias = “by_region” for_each = var.aws_regions
region =…
Do not use this release for production workloads! It’s time for the first prerelease of the 1.9.0 version! This includes a lot of major and minor new features, as well as a ton of community c…
2024-11-07
v1.9.0-alpha2: Bump version to 1.9.0-alpha2 (#2153) Signed-off-by: Christian Mesh [email protected] (<mailto:[email protected]>)
Signed-off-by: Christian Mesh [email protected]
2024-11-19
v1.9.0-alpha2 What’s Changed
fix documentation typo in mock provider link by @ollevche in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2638309974” data-permission-text=”Title is private”…
What’s Changed
fix documentation typo in mock provider link by @ollevche in #2146 Support “v” prefixes in prerelease module version constraints by @AYM1607 in #2124 Improve log messages for provid…
OpenTofu Core Engineer (sponsored by Scalr). ollevche has 22 repositories available. Follow their code on GitHub.
2024-11-22
v1.7.6 ENHANCEMENTS:
OpenTofu builds now use Go version 1.22 (#2050)
BUG FIXES:
Extended trace logging for HTTP backend, including request and response bodies. (#2120)
ENHANCEMENTS:
OpenTofu builds now use Go version 1.22 (#2050)
BUG FIXES:
Extended trace logging for HTTP backend, including request and response bodies. (#2120)
Updating golang version to the next available one (1.21.11 -> 1.22.8). This is so we can get security fixes and resolve CVEs in stdlib. Release notes: https://go.dev/doc/devel/release#go1.22.min…
Resolves # feature request 2003 #2003 Target Release 1.9.0, backport the change Checklist
I have read the contribution guide. I have not used an AI coding assistant to create this PR. I have w…
v1.8.6 ENHANCEMENTS:
OpenTofu builds now use Go version 1.22 (#2050)
BUG FIXES:
Extended trace logging for HTTP backend, including request and response bodies. (#2120) The tofu test…
ENHANCEMENTS:
OpenTofu builds now use Go version 1.22 (#2050)
BUG FIXES:
Extended trace logging for HTTP backend, including request and response bodies. (#2120) The tofu test command doesn’t try…
Updating golang version to the next available one (1.21.11 -> 1.22.8). This is so we can get security fixes and resolve CVEs in stdlib. Release notes: https://go.dev/doc/devel/release#go1.22.min…
v1.9.0-alpha2 Do not use this release for production workloads! It’s time for the second prerelease of the 1.9.0 version! This includes a lot of major and minor new features, as well as a ton of community contributions! The highlights are:
for_each in provider configuration blocks: An alternate (aka “aliased”) provider configuration can now have multiple dynamically-chosen instances using the for_each argument: provider “aws” { alias = “by_region” for_each = var.aws_regions
region =…
Do not use this release for production workloads! It’s time for the second prerelease of the 1.9.0 version! This includes a lot of major and minor new features, as well as a ton of community …
2024-11-25
My lightning talk from OpenTofuDay NA went live a few days ago – Worth checking out if you need a success story to sell OpenTofu in your org! https://www.youtube.com/watch?v=YDez1_G47H8
I can’t imagine waiting 25 minutes for a Terraform plan to complete
Yeah, they had pushed that TF root module to its ultimate breaking point.