vscode-terraform
vscode-terraform copied to clipboard
HashiCorp Terraform VSCode extension
Base branch for the provider-defined functions work, used as base for preview extension releases.
## Problem Statement Terraform 1.6 will ship with an updated and finalised `terraform test` command for running tests against your Terraform files. Tests will use a new file extension (`.tftest.hcl`...
## Background Terraform will introduce provider-defined functions in an upcoming release. This will allow provider authors to ship their own functions. Practitioners will be able to use them in their...
### Extension Version v2.29.0 ### VS Code Version Version: 1.84.2 (Universal) Commit: 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e Date: 2023-11-09T10:52:33.687Z Electron: 25.9.2 ElectronBuildId: 24603566 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Darwin x64 23.1.0 ###...
I'm getting an error after `terraform init` on v2.26.1 of the plugin (terraform-ls 0.31.2) With just this HCL: ``` module "eks_blueprints" { source = "github.com/aws-ia/terraform-aws-eks-blueprints?ref=v4.29.0" cluster_version = "1.25" } ```...
### Extension Version v2.29.3 ### VS Code Version Version: 1.85.2 (user setup) Commit: 8b3775030ed1a69b13e4f4c628c612102e30a681 Date: 2024-01-18T06:40:10.514Z Electron: 25.9.7 ElectronBuildId: 26354273 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.22621...
This feature allows the user to click on a resource addess inside terraform plan terminal output and have it open the file in the editor. Needs https://github.com/hashicorp/terraform-ls/pull/1601
### Extension Version v2.27.0 ### Problem Statement We've been investigating performance for terraform-ls to develop a short term and a long term plan to address the issues that have been...
### Extension Version v2.29.2 ### Problem Statement Currently the terraform cloud part of the extension can handle the app.terraform.io instance of terraform cloud. However, this doesn't take into account enterprise...