Skip to content

Commit 399c9ce

Browse files
authored
Stage 2.34.3 (#1942)
1 parent 503afef commit 399c9ce

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.changes/v2.34.3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 2.34.3 (2025-01-22)
2+
3+
ENHANCEMENTS:
4+
5+
* Report usage of write-only attributes for public providers ([terraform-ls#1926](https://github.com/hashicorp/terraform-ls/issues/1926))
6+

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.34.3 (2025-01-22)
4+
5+
ENHANCEMENTS:
6+
7+
* Report usage of write-only attributes for public providers ([terraform-ls#1926](https://github.com/hashicorp/terraform-ls/issues/1926))
8+
39
## 2.34.2 (2024-12-19)
410

511
BUG FIXES:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "terraform",
44
"displayName": "HashiCorp Terraform",
55
"description": "Syntax highlighting and autocompletion for Terraform",
6-
"version": "2.34.2",
6+
"version": "2.34.3",
77
"publisher": "hashicorp",
88
"appInsightsKey": "InstrumentationKey=885372d2-6f3c-499f-9d25-b8b219983a52;IngestionEndpoint=https://westus2-1.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/;ApplicationId=6734158a-8ab9-4aec-9b5a-af151d14a754",
99
"license": "MPL-2.0",
@@ -18,7 +18,7 @@
1818
"vscode": "^1.92.2"
1919
},
2020
"langServer": {
21-
"version": "0.36.3"
21+
"version": "0.36.4"
2222
},
2323
"syntax": {
2424
"version": "0.7.1"

0 commit comments

Comments
 (0)