diff --git a/.changes/v2.34.1.md b/.changes/v2.34.1.md index 489f9d749..5545d2669 100644 --- a/.changes/v2.34.1.md +++ b/.changes/v2.34.1.md @@ -3,11 +3,14 @@ ENHANCEMENTS: * Reflect lifecycle phases of ephemeral resources in HCP Terraform log messages ([#1882](https://github.com/hashicorp/vscode-terraform/issues/1882)) +* Stacks: parse terraform-sources.json to support remote component sources ([terraform-ls#1836](https://github.com/hashicorp/terraform-ls/issues/1836)) BUG FIXES: * Fix HCP workspace link ([#1889](https://github.com/hashicorp/vscode-terraform/issues/1889)) * Fix new issue link in README ([#1890](https://github.com/hashicorp/vscode-terraform/issues/1890)) +* Fix incorrect validation for heterogeneous list ([terraform-ls#1884](https://github.com/hashicorp/terraform-ls/issues/1884)) +* Fix incorrect validation of references by correctly detecting tuple and object expressions created from for-expressions ([terraform-ls#1890](https://github.com/hashicorp/terraform-ls/issues/1890)) INTERNAL: diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c105733..67d390f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,14 @@ ENHANCEMENTS: * Reflect lifecycle phases of ephemeral resources in HCP Terraform log messages ([#1882](https://github.com/hashicorp/vscode-terraform/issues/1882)) +* Stacks: parse terraform-sources.json to support remote component sources ([terraform-ls#1836](https://github.com/hashicorp/terraform-ls/issues/1836)) BUG FIXES: * Fix HCP workspace link ([#1889](https://github.com/hashicorp/vscode-terraform/issues/1889)) * Fix new issue link in README ([#1890](https://github.com/hashicorp/vscode-terraform/issues/1890)) +* Fix incorrect validation for heterogeneous list ([terraform-ls#1884](https://github.com/hashicorp/terraform-ls/issues/1884)) +* Fix incorrect validation of references by correctly detecting tuple and object expressions created from for-expressions ([terraform-ls#1890](https://github.com/hashicorp/terraform-ls/issues/1890)) INTERNAL: