Replies: 1 comment 1 reply
-
|
As of v0.64.0 we already support |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
OpenTofu, which is now under the Cloud Native Computing Foundation, is a hard fork of Terraform. Although it fully supports Terraform file extensions such as
.tf, new projects are recommended to use.tofuinstead. Most Terraform features are reimplemented in OpenTofu, but OpenTofu also includes features not found in Terraform.Many projects are moving from Terraform to OpenTofu, and most vendors, such as Scalr, Spacelift, env0, TerraMate, and Digger, support OpenTofu and have allocated FTEs to work on it, so in the near future, OpenTofu will dominate Terraform. I think, as a starter, supporting
.tofuas a variant of.tfwould suffice - OpenTofu files are still HCL v2 files.Target
Filesystem
Scanner
Misconfiguration
Beta Was this translation helpful? Give feedback.
All reactions