Skip to content

Releases: hashicorp/vscode-terraform

v2.36.1

09 Sep 06:36
86dd548

Choose a tag to compare

ENHANCEMENTS:

  • Improve Terraform Configuration for MCP Server using resolveMcpServerDefinition. The documentation states that user interactions should happen in the resolveMcpServerDefinition function, so the Docker check is moved over here. The check just sees if the docker info command works. If it fails, it means Docker isn't installed or isn't running. (#2102)

v2.36.0

05 Sep 06:53
36f8b9a

Choose a tag to compare

ENHANCEMENTS:

  • Terraform MCP Server deployment using Hashicorp VS Code extension (#2086)

v2.35.0

05 Sep 06:51
36f8b9a

Choose a tag to compare

ENHANCEMENTS:

  • Add support for Terraform Search files (.tfquery.hcl). This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Search files. (#2062)

INTERNAL:

  • Add PR Template Usage for PCI (#2061)

v2.34.5

20 Jun 06:30
8367b34

Choose a tag to compare

ENHANCEMENTS:

  • Support new Terraform Stacks tfcomponent.hcl extension (#2034)

v2.34.4

20 May 09:57

Choose a tag to compare

BUG FIXES:

  • Fix for es lint error - nullish coalescing operator (#2011)

INTERNAL:

  • bump vscode-extension-tester from 8.8.0 to 8.14.1 (#2010)

v2.34.3

23 Jan 16:10
399c9ce

Choose a tag to compare

ENHANCEMENTS:

v2.34.2

20 Dec 01:06
9e84970

Choose a tag to compare

BUG FIXES:

  • Fix race when parsing locally installed module sources leading to empty completions (#1903)

INTERNAL:

  • Enable code coverage reporting (#1901)
  • Fix flaky ui tests by increasing sleep time (#1925)

v2.34.1

12 Dec 16:47
e478595

Choose a tag to compare

ENHANCEMENTS:

  • Reflect lifecycle phases of ephemeral resources in HCP Terraform log messages (#1882)
  • Stacks: parse terraform-sources.json to support remote component sources (terraform-ls#1836)

BUG FIXES:

  • Fix HCP workspace link (#1889)
  • Fix new issue link in README (#1890)
  • Fix incorrect validation for heterogeneous list (terraform-ls#1884)
  • Fix incorrect validation of references by correctly detecting tuple and object expressions created from for-expressions (terraform-ls#1890)

INTERNAL:

  • Port UI tests to vscode-extension-tester and remove wdio (#1873)
  • Add Heimdall metadata (#1883)
  • Add build files to .vscodeignore (#1885)
  • Broaden npm version to allow dependabot to run (#1888)
  • Store screenshots for failing UI tests (#1906)
  • Adapt CI config for Ubuntu 24.04.1 (#1907)
  • Configure dependabot to update package.json and group dependency updates (#1908)

v2.34.2024121211

12 Dec 18:12
668edc0

Choose a tag to compare

v2.34.2024121211 Pre-release
Pre-release

NOTES

This brings the prerelease channel to the same version as stable

v2.34.0

15 Nov 23:48
b53c4f4

Choose a tag to compare

ENHANCEMENTS:

BUG FIXES:

  • Improve performance by avoiding copying constraints for attribute schemas (hcl-lang#426)
  • Use a provider's stable version when bundling schemas (terraform-ls#1860)
  • Add removed block to Stack tests (#1861)

INTERNAL:

  • Ensure date ordering for changie entries (#1860)
  • Upgrade eslint to v9 (#1863)
  • Enable integration tests for Stacks feature (#1864)
  • Bump nodejs from 18 to 20 (#1867)
  • Remove webpack extension recommendation (#1880)