OpenTofu 1.8.0
opentofu.org
OpenTofu 1.8.0
1–6 of 6 posts
Re: OpenTofu 1.8.0
#2Re: OpenTofu 1.8.0
#3Re: OpenTofu 1.8.0
#4OpenTofu Technical Lead here! We'll be around if you have any questions on this release, or OpenTofu in general!
Re: OpenTofu 1.8.0
#5OpenTofu Technical Lead here! We'll be around if you have any questions on this release, or OpenTofu in general!
Will Terraform and OpenTofu diverge in the future to the point where they are no longer compatible or interchangeable?
BUT... 1.6 was a drop-in replacement for terraform. I can see 1.7/1.8 has some new things going on, but they made effort to handle that. For instance, some new features will be available if you use .tofu extension, but not when using .tf file extension. Tofu uses .tofu one and ignores .tf if both are present.
There seems to be a clear effort to keep our code compatible with both tools (with cosmetic changes at best) for as long as possible.
[0] https://opentofu.org/faq/#opentofu-terraform-differences
Re: OpenTofu 1.8.0
#6OpenTofu Technical Lead here! We'll be around if you have any questions on this release, or OpenTofu in general!
Will Terraform and OpenTofu diverge in the future to the point where they are no longer compatible or interchangeable?
Given that we are trying to make the migration as painless as possible, we plan on continuing this approach as long as we reasonably can.
While a lot of our focus is on maintaining compatibility with new terraform releases, we also try to dedicate a lot of our release cycle to implementing features that the community is advocating for. I'm quite proud that this release is a good example of that.