Releases: hashicorp/vscode-terraform
Releases · hashicorp/vscode-terraform
v2.36.1
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
v2.35.0
v2.34.5
v2.34.4
v2.34.3
ENHANCEMENTS:
- Report usage of write-only attributes for public providers (terraform-ls#1926)
v2.34.2
v2.34.1
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
NOTES
This brings the prerelease channel to the same version as stable
v2.34.0
ENHANCEMENTS:
- Add
categoryto Stacks Deployment store blocks (terraform-ls#1852) - Support terraform.applying built-in reference starting at TF 1.10 (terraform-ls#1854)
- Raise HCL Diagnostics during early validation (terraform-ls#1850)
- backend/s3: Reflect use_lockfile (v1.10) (terraform-schema#419)
- backend/s3: Remove deprecated assume role attributes (v1.10) (terraform-schema#420)
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
removedblock to Stack tests (#1861)
INTERNAL: