-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenTofu support #50
Comments
As of this writing, there is no publicly available OpenTF implementation, so I cannot say for sure. Still, tfschema doesn't depend on the Terraform CLI at runtime; it depends on the provider's cache and protocol. Thus, it can be expected to work as long as these are compatible. |
Thank you for answering. From a technical perspective, I expect that it will be a no-op for the time being as OpenTF anticipates maintaining compat/interop for the foreseeable future. (However, OpenTF has stated that some functionality may be added to OpenTF that is a superset of what's in base Terraform. [source]) From a process perspective:
|
First, this project is one of my hobby projects, and I'm not a competitor of HashiCorp or OpenTF. As a maintainer of this project, my stance is neutral, but as you know, maintaining compatibility for forks is not for free. |
FYI: While not fully tested yet, tasting tofu alpha2 looks like tfschema works as is.
|
I've added the OpenTofu alpha release to the test matrix in #52. |
Closed by #55 I've cut a new release, tfschema v0.7.8, which includes the official OpenTofu support. |
btw. you can also integrate tenv that support Terraform as well as OpenTofu (and Terragrunt :) ) in one tool. It allow you to simplify version management. |
What does this have to do with tfschema? |
https://opentf.org/announcement
We want to understand how tfschema is affected by the OpenTF announcement, and what the plans for support are moving forward.
The text was updated successfully, but these errors were encountered: