Skip to content

Commit eecb172

Browse files
authored
Support for Terraform Action Static Schema (#2031)
* feat(tf-action): TF-28942: Added: Support for Terraform Action Static Schema * feat(tf-action): TF-28942: Added: Changelog * feat(tf-action): TF-28942: Bumped: terraform-schema version * feat(tf-action): TF-28942: Bumped: terraform-schema version
1 parent e8b978b commit eecb172

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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: Support for Terraform Action Static Schema
3+
time: 2025-09-18T12:29:00.562583+05:30
4+
custom:
5+
Issue: "2031"
6+
Repository: terraform-ls

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/hashicorp/terraform-exec v0.24.0
2020
github.com/hashicorp/terraform-json v0.27.2
2121
github.com/hashicorp/terraform-registry-address v0.4.0
22-
github.com/hashicorp/terraform-schema v0.0.0-20250828062434-26de354af365
22+
github.com/hashicorp/terraform-schema v0.0.0-20250919072604-47be6f126d59
2323
github.com/mcuadros/go-defaults v1.2.0
2424
github.com/mh-cbon/go-fmt-fail v0.0.0-20160815164508-67765b3fbcb5
2525
github.com/mitchellh/cli v1.1.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ github.com/hashicorp/terraform-json v0.27.2 h1:BwGuzM6iUPqf9JYM/Z4AF1OJ5VVJEEzoK
126126
github.com/hashicorp/terraform-json v0.27.2/go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE=
127127
github.com/hashicorp/terraform-registry-address v0.4.0 h1:S1yCGomj30Sao4l5BMPjTGZmCNzuv7/GDTDX99E9gTk=
128128
github.com/hashicorp/terraform-registry-address v0.4.0/go.mod h1:LRS1Ay0+mAiRkUyltGT+UHWkIqTFvigGn/LbMshfflE=
129-
github.com/hashicorp/terraform-schema v0.0.0-20250828062434-26de354af365 h1:BvAqqJmgvh5ga1Ivrmta3V35oMusrOtvCdl+J/kWoSw=
130-
github.com/hashicorp/terraform-schema v0.0.0-20250828062434-26de354af365/go.mod h1:nnx41+GPagX9rK6V0ZLKAM+ws5nPxO1G50DhXt44ZhQ=
129+
github.com/hashicorp/terraform-schema v0.0.0-20250919072604-47be6f126d59 h1:bAUQxclwYYWS8f/LUQqm81RQQCFpN0RJrJWcklNEKqk=
130+
github.com/hashicorp/terraform-schema v0.0.0-20250919072604-47be6f126d59/go.mod h1:pXOhxvzIKX/rL0weM3CzswnU8WBEMSElvC0MYsc8FzQ=
131131
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
132132
github.com/hashicorp/terraform-svchost v0.1.1/go.mod h1:mNsjQfZyf/Jhz35v6/0LWcv26+X7JPS+buii2c9/ctc=
133133
github.com/hexops/autogold v1.3.1 h1:YgxF9OHWbEIUjhDbpnLhgVsjUDsiHDTyDfy2lrfdlzo=

0 commit comments

Comments
 (0)