vscode-language-terraform
vscode-language-terraform copied to clipboard
Adds support for the Terraform configuration language to Visual Studio Code
Open-VSX publishing is out of date Thanks for your work here on this extension, highly appreciated
It would increase readability if we added highlighting for `for_each`, `count`, and `dynamic` keywords. The extention already does this for `for`, we can use the same highlighting for these other...
``` Backend configuration: scope: meta.terraform.tf prefix: backend description: Backend configuration. body: | backend ${1|local,remote,artifactory,azurerm,consul,cos,etcd,etcdv3gcs,http,mantaoss,pg,s3swift,atlas|} { ${2|name,address,path,prefix,endpoints,url,scheme,username,password,token|} = "${3:value}" } ``` While testing out your plugin, I came across a typo...
Great plugin! Thank you! It would be nice to have possibility to install the plugin to remote host through "Remote - SSH" plugin.
It would be really cool if the plugin could run something like `terraform fmt FILE` on the current file, on save or something
Looks like there was no change in 2023, and Hashicorp has since added `import` blocks and other changes. Is this still actively maintained, or should this project be considered 'complete'?
Feature Request - Provide an extension option to provide a link to the docs page for each resource in an HCL file, either inserted as a comment above the resource...
[import blocks](https://developer.hashicorp.com/terraform/language/import) were added in Terraform 1.5.0.
Sorry if there's anything missing, let me know how to fix :) Adding the new Check block, using the variable formatting for the body and the data formatting for the...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...