vscode-terraform
vscode-terraform copied to clipboard
HashiCorp Terraform VSCode extension
v2 temporarily dropped tflint support this ticket is meant to track progress on that
## Problem Statement GitHub employees and other users use VS Code in the browser for various reasons. This extension currently isn't available for them. Example https://github.dev/hashicorp/terraform-guides ## Expected User Experience...
This is a succession to https://github.com/hashicorp/vscode-terraform/pull/388, which adapts publishing to OpenVSX embedded in the publishing workflow in GitHub Actions. Fixes #379 Before using this it is necessary to set up...
This commit adds a LanguageStatusItem that shows the discovered Terraform version in the current workspace. This utilizes the LSP request mechanism to automatically show the version when it is discovered...
## Versions ### Extension Name: HashiCorp Terraform Id: hashicorp.terraform Description: Syntax highlighting and autocompletion for Terraform Version: 2.23.0 Publisher: HashiCorp VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=HashiCorp.terraform ``` ``` ### VS Code Version:...
The large banner on https://marketplace.visualstudio.com/items?itemName=hashicorp.terraform points to https://github.com/hashicorp/vscode-terraform/raw/HEAD/terraform-banner.png , which doesn't seem to exist anymore.
## Versions ### Extension ``` 2.23.0 ``` ### VS Code ``` 1.70.0-insider ``` ### Operating System ``` Windows 11 ``` ### Steps To Reproduce 1. Install the extension 2. Open...
This adds a new LanguageStatusItem for terraform-ls. It records the running state of the terraform-ls process and when the server is in an error state, it will show a visible...
#668 has been closed but for me, module inputs are not working for custom modules imported from GitHub. Expected example: I am getting an IntelliSense tooltip for this when I...
## Problem Statement Many advanced users of Terraform leverage a number of external tools, to help them e.g. - find unused declarations - enforce best practices or naming conventions -...