OpenTofu 1.6.0-Alpha4 Released
github.com
OpenTofu 1.6.0-Alpha4 Released
1–4 of 4 posts
Re: OpenTofu 1.6.0-Alpha4 Released
#2We are excited to be one step closer to our first Stable release and as always are looking for feedback and contributions from the community.
Want to get involved? Join our slack (https://opentofu.org/slack) or hop right into the GitHub issues and PRs!
Re: OpenTofu 1.6.0-Alpha4 Released
#3Hi! I'm one of the new core maintainers at OpenTofu! We're thrilled to announce the next alpha release with some major improvements! We are excited to be one step closer to our first Stable release and as always are looking for feedback and contributions from the community. Want to get involved? Join our slack ( https://opentofu.org/slack ) or hop right into the GitHub issues and PRs!
Can you shine some light on whether this change was done to maintain feature parity with Terraform's code that is also evolving? Or is this a completely new thing available only in OpenTofu but not available in Terraform?
Re: OpenTofu 1.6.0-Alpha4 Released
#4Hi! I'm one of the new core maintainers at OpenTofu! We're thrilled to announce the next alpha release with some major improvements! We are excited to be one step closer to our first Stable release and as always are looking for feedback and contributions from the community. Want to get involved? Join our slack ( https://opentofu.org/slack ) or hop right into the GitHub issues and PRs!
> The biggest change is the updated S3 state backend which now uses the v2 Go AWS SDK underneath. Can you shine some light on whether this change was done to maintain feature parity with Terraform's code that is also evolving? Or is this a completely new thing available only in OpenTofu but not available in Terraform?
One significant note is that by default OpenTofu supports most s3 compatible endpoints out of the box, without having to disable s3 checksum validation (as opposed to Terraform 1.6.3).
Also our backwards compatibility with older endpoint configurations is fully supported, without any configuration changes. Terraform (as of 1.6.3) still does not function correctly with bare endpoints.