Skip to content

Commit ccb1811

Browse files
authored
fix schema 1.12 to correctly allow the import block to use for_each (#2143)
* fix schema 1.12 to correctly allow the import block to use for_each * Added changelog
1 parent b5ccffb commit ccb1811

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: BUG FIXES
2+
body: fix schema 1.12 to correctly allow the import block to use for_each
3+
time: 2025-10-09T15:05:34.040284+05:30
4+
custom:
5+
Issue: "2143"
6+
Repository: vscode-terraform

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"vscode": "^1.92.2"
1919
},
2020
"langServer": {
21-
"version": "0.38.1"
21+
"version": "0.38.2"
2222
},
2323
"syntax": {
2424
"version": "0.7.1"

0 commit comments

Comments
 (0)