microsoft / vscode-recipes

MIT License
5.86k stars 577 forks source link

Added recipe for running terraform tasks #285

Closed norelina closed 3 years ago

norelina commented 3 years ago

This vscode recipe shows how to successfully run Terraform commands with minimal setup in VS Code. The Terraform task configurations supports creating a remote backend, linting (using tflint), and executing the following commands:

@chrisdias please let us know if we need to provide additional information to get this PR reviewed.