Skip to content

Commit b8d5fdf

Browse files
authored
Supports dynamic schemas for terraform action (#2138)
* feat(tf-action): TF-30720: Added Support for Terraform Action Dynamic Schema * feat(tf-action): TF-30720: Added changelog
1 parent 0a82d53 commit b8d5fdf

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: ENHANCEMENTS
2+
body: Improved code completion and validation for Terraform action block through dynamic schema support
3+
time: 2025-10-07T11:26:02.759488+05:30
4+
custom:
5+
Issue: "2138"
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.0"
21+
"version": "0.38.1"
2222
},
2323
"syntax": {
2424
"version": "0.7.1"

0 commit comments

Comments
 (0)