Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4ops/vscode-language-terraform
Adds support for the Terraform configuration language to Visual Studio Code
https://github.com/4ops/vscode-language-terraform
tmlanguage vscode vscode-extension vscode-language vscode-snippets
Last synced: 3 months ago
JSON representation
Adds support for the Terraform configuration language to Visual Studio Code
- Host: GitHub
- URL: https://github.com/4ops/vscode-language-terraform
- Owner: 4ops
- License: mit
- Created: 2019-07-01T02:11:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T03:50:59.000Z (about 2 years ago)
- Last Synced: 2023-03-02T22:56:55.805Z (almost 2 years ago)
- Topics: tmlanguage, vscode, vscode-extension, vscode-language, vscode-snippets
- Size: 2.33 MB
- Stars: 63
- Watchers: 2
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform
This is a Visual Studio Code extension. Adds syntax support for the Terraform and Terragrunt configuration language.
## Features
* Syntax highlighting
* Basic syntax validation
* Snippets
* Terragrunt supported
* No language server
* No telemetry
* No popups
* No credentials required## Snippets
![Terraform](https://raw.githubusercontent.com/4ops/vscode-language-terraform/master/resources/screencasts/terraform.gif)
![Providers](https://raw.githubusercontent.com/4ops/vscode-language-terraform/master/resources/screencasts/providers.gif)
![Snippets-1](https://raw.githubusercontent.com/4ops/vscode-language-terraform/master/resources/screencasts/snippets-1.gif)
![Snippets-2](https://raw.githubusercontent.com/4ops/vscode-language-terraform/master/resources/screencasts/snippets-2.gif)
## Syntax highlighting
### Dark+
![Syntax-1](https://raw.githubusercontent.com/4ops/vscode-language-terraform/master/resources/screenshots/dark-syntax-1.png)
![Syntax-2](https://raw.githubusercontent.com/4ops/vscode-language-terraform/master/resources/screenshots/dark-syntax-2.png)### Light+
![Syntax-1](https://raw.githubusercontent.com/4ops/vscode-language-terraform/master/resources/screenshots/light-syntax-1.png)
![Syntax-2](https://raw.githubusercontent.com/4ops/vscode-language-terraform/master/resources/screenshots/light-syntax-2.png)