Skip to content

Releases: hashicorp/vscode-terraform

v2.37.5

10 Oct 07:20
689dfb1
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Added automatic container runtime detection for MCP server integration with Docker and Podman support (#2139)

v2.37.4

10 Oct 06:48
9a46fbc
Compare
Choose a tag to compare

BUG FIXES:

  • fix schema 1.12 to correctly allow the import block to use for_each (#2143)

v2.37.3

07 Oct 10:43
0aa7edc
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Improved code completion and validation for Terraform action block through dynamic schema support (#2138)

v2.37.2

24 Sep 06:46
0a82d53
Compare
Choose a tag to compare

NOTES:

  • Added documentation for Terraform Search (#2131)

v2.37.1

22 Sep 12:08
bd0fc6e
Compare
Choose a tag to compare

INTERNAL:

  • Bump development-dependencies (#2089)

v2.37.2025092217

22 Sep 12:25
3d9d18b
Compare
Choose a tag to compare
v2.37.2025092217 Pre-release
Pre-release

NOTES:

This is a release to bring the prerelease channel to parity with stable.

v2.37.0

19 Sep 10:38
f74cfaa
Compare
Choose a tag to compare

NOTES:

This release adds initial support for the new Actions feature in Terraform. This provides foundational language support for the new action block and the corresponding action_trigger lifecycle block.

ENHANCEMENTS:

  • Added Support for Terraform Action Static Schema (#2123)

v2.36.4

18 Sep 07:14
f129581
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Added telemetry event start mcp server (#2116)

NOTES:

  • Updated documentation regarding default MCP server state. (#2121)

v2.36.3

17 Sep 06:04
e693185
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Changed default value for terraform.mcp.server.enable from true to false. (#2113)

v2.36.2

11 Sep 06:51
2ce353b
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Configuration option terraform.mcp.server.enable to enable or disable HashiCorp Terraform MCP Server integration (#2106)

NOTES:

  • Added documentation for Terraform MCP Server integration (#2107)