Zed OpenTofu
June 27, 2025 ยท View on GitHub
An OpenTofu extension for Zed. Forked and adapted from the official Terraform extension.
File association conflicts
In order to automatically use the OpenTofu extension and language server when editing .tf and .tfvars files, either uninstall the Terraform extension or add this to your settings.json:
"file_types": {
"OpenTofu": ["tf"],
"OpenTofu Vars": ["tfvars"]
},
Development
To develop this extension, see the Developing Extensions section of the Zed docs.