Skip to content

Commit

Permalink
Bump terraform-schema to 783d66e
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Sep 5, 2024
1 parent 64562d0 commit dd48c79
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/BUG FIXES-20240905-115050.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: BUG FIXES
body: Support sensitive attribute for stacks variables
time: 2024-09-05T11:50:50.100725-04:00
custom:
Issue: "401"
Repository: terraform-schema
6 changes: 6 additions & 0 deletions .changes/unreleased/BUG FIXES-20240905-115111.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: BUG FIXES
body: Allow any type as inputs to components per default
time: 2024-09-05T11:51:11.826519-04:00
custom:
Issue: "400"
Repository: terraform-schema
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/hashicorp/terraform-exec v0.21.0
github.com/hashicorp/terraform-json v0.22.1
github.com/hashicorp/terraform-registry-address v0.2.3
github.com/hashicorp/terraform-schema v0.0.0-20240830150111-1c5ab98632dc
github.com/hashicorp/terraform-schema v0.0.0-20240904145336-783d66ec7f6b
github.com/mcuadros/go-defaults v1.2.0
github.com/mh-cbon/go-fmt-fail v0.0.0-20160815164508-67765b3fbcb5
github.com/mitchellh/cli v1.1.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ github.com/hashicorp/terraform-json v0.22.1 h1:xft84GZR0QzjPVWs4lRUwvTcPnegqlyS7
github.com/hashicorp/terraform-json v0.22.1/go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A=
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
github.com/hashicorp/terraform-schema v0.0.0-20240830150111-1c5ab98632dc h1:CENaaE2NZkCHCAB1gkNrmfry0qfiQsKSPrdWPURBoRw=
github.com/hashicorp/terraform-schema v0.0.0-20240830150111-1c5ab98632dc/go.mod h1:m5K3Xwg0/5K9PwBDM+vXsF1+8tgus2Roe16cfLGRMtI=
github.com/hashicorp/terraform-schema v0.0.0-20240904145336-783d66ec7f6b h1:AAOI2RFrojG+sRM0vLP3dwa2YOCHvrL1GHvcp6zVyZw=
github.com/hashicorp/terraform-schema v0.0.0-20240904145336-783d66ec7f6b/go.mod h1:m5K3Xwg0/5K9PwBDM+vXsF1+8tgus2Roe16cfLGRMtI=
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
github.com/hashicorp/terraform-svchost v0.1.1/go.mod h1:mNsjQfZyf/Jhz35v6/0LWcv26+X7JPS+buii2c9/ctc=
github.com/hexops/autogold v1.3.1 h1:YgxF9OHWbEIUjhDbpnLhgVsjUDsiHDTyDfy2lrfdlzo=
Expand Down

0 comments on commit dd48c79

Please sign in to comment.