Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)