terraform: Extract to zed-extensions/terraform repository (#26475)

This PR extracts the Terraform extension to the
[zed-extensions/terraform](https://github.com/zed-extensions/terraform)
repository.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-11 15:10:51 -04:00 committed by GitHub
parent 9cce5a650e
commit efdb769f9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 1 additions and 861 deletions

View file

@ -1,6 +1,6 @@
# Terraform
Terraform support is available through the [Terraform extension](https://github.com/zed-industries/zed/tree/main/extensions/terraform).
Terraform support is available through the [Terraform extension](https://github.com/zed-extensions/terraform).
- Tree-sitter: [MichaHoffmann/tree-sitter-hcl](https://github.com/MichaHoffmann/tree-sitter-hcl)
- Language Server: [hashicorp/terraform-ls](https://github.com/hashicorp/terraform-ls)