File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ github.com/hashicorp/terraform-json v0.27.2 h1:BwGuzM6iUPqf9JYM/Z4AF1OJ5VVJEEzoK
126126github.com/hashicorp/terraform-json v0.27.2 /go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE =
127127github.com/hashicorp/terraform-registry-address v0.4.0 h1:S1yCGomj30Sao4l5BMPjTGZmCNzuv7/GDTDX99E9gTk =
128128github.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 =
131131github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ =
132132github.com/hashicorp/terraform-svchost v0.1.1 /go.mod h1:mNsjQfZyf/Jhz35v6/0LWcv26+X7JPS+buii2c9/ctc =
133133github.com/hexops/autogold v1.3.1 h1:YgxF9OHWbEIUjhDbpnLhgVsjUDsiHDTyDfy2lrfdlzo =
You can’t perform that action at this time.
0 commit comments