File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ kind : BUG FIXES
2+ body : Support sensitive attribute for stacks variables
3+ time : 2024-09-05T11:50:50.100725-04:00
4+ custom :
5+ Issue : " 401"
6+ Repository : terraform-schema
Original file line number Diff line number Diff line change 1+ kind : BUG FIXES
2+ body : Allow any type as inputs to components per default
3+ time : 2024-09-05T11:51:11.826519-04:00
4+ custom :
5+ Issue : " 400"
6+ Repository : terraform-schema
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
1818 github.com/hashicorp/terraform-exec v0.21.0
1919 github.com/hashicorp/terraform-json v0.22.1
2020 github.com/hashicorp/terraform-registry-address v0.2.3
21- github.com/hashicorp/terraform-schema v0.0.0-20240830150111-1c5ab98632dc
21+ github.com/hashicorp/terraform-schema v0.0.0-20240904145336-783d66ec7f6b
2222 github.com/mcuadros/go-defaults v1.2.0
2323 github.com/mh-cbon/go-fmt-fail v0.0.0-20160815164508-67765b3fbcb5
2424 github.com/mitchellh/cli v1.1.5
Original file line number Diff line number Diff line change @@ -233,8 +233,8 @@ github.com/hashicorp/terraform-json v0.22.1 h1:xft84GZR0QzjPVWs4lRUwvTcPnegqlyS7
233233github.com/hashicorp/terraform-json v0.22.1 /go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A =
234234github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI =
235235github.com/hashicorp/terraform-registry-address v0.2.3 /go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM =
236- github.com/hashicorp/terraform-schema v0.0.0-20240830150111-1c5ab98632dc h1:CENaaE2NZkCHCAB1gkNrmfry0qfiQsKSPrdWPURBoRw =
237- github.com/hashicorp/terraform-schema v0.0.0-20240830150111-1c5ab98632dc /go.mod h1:m5K3Xwg0/5K9PwBDM+vXsF1+8tgus2Roe16cfLGRMtI =
236+ github.com/hashicorp/terraform-schema v0.0.0-20240904145336-783d66ec7f6b h1:AAOI2RFrojG+sRM0vLP3dwa2YOCHvrL1GHvcp6zVyZw =
237+ github.com/hashicorp/terraform-schema v0.0.0-20240904145336-783d66ec7f6b /go.mod h1:m5K3Xwg0/5K9PwBDM+vXsF1+8tgus2Roe16cfLGRMtI =
238238github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ =
239239github.com/hashicorp/terraform-svchost v0.1.1 /go.mod h1:mNsjQfZyf/Jhz35v6/0LWcv26+X7JPS+buii2c9/ctc =
240240github.com/hexops/autogold v1.3.1 h1:YgxF9OHWbEIUjhDbpnLhgVsjUDsiHDTyDfy2lrfdlzo =
You can’t perform that action at this time.
0 commit comments