Improved Terraform and OpenTofu support is tailored for developers, SREs, and DevOps teams, supporting infrastructure management with features like syntax highlighting, code completion, and real-time error checking. Streamline your infrastructure as code (IaC) workflow and boost productivity with comprehensive tooling designed to make development and deployment more efficient.
Features:
- Autocompletion, including for third-party providers from the Terraform Registry.
- HCL, HIL, TFTPL syntax highlighting and validation
- Integrated documentation, including for third-party providers from the Terraform Registry.
- Find Usages / Go to definition for resources, providers, variables, and their properties
- Rename refactoring
- Introduce Variable refactoring (for string property values)
- Several inspections
- Report usage of deprecated properties
- Unresolved reference checks (in interpolations)
- Check required/missing properties in resource/provider
- Predefined Terraform methods autocompletion in interpolations
- Better properties validation (type checking)
- Working with dependent modules
- Type-specific autocompletion in interpolations
soufiane ghzal
27.01.2025no support for terragrunt. Even a bare file with the extension
.hcl
is not recognized by default.