Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update terraform schema to b24c4f7b5a39 #1796

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240815-121707.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Support references for identity tokens and their attributes
time: 2024-08-15T12:17:07.66066-04:00
custom:
Issue: "388"
Repository: terraform-schema
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240815-121709.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Enable references for variables in deployment inputs (Deploy)
time: 2024-08-15T12:17:09.801718-04:00
custom:
Issue: "389"
Repository: terraform-schema
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240815-121711.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Enable component references
time: 2024-08-15T12:17:11.950162-04:00
custom:
Issue: "386"
Repository: terraform-schema
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240815-121714.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Enable ephemeral values for variable
time: 2024-08-15T12:17:14.09274-04:00
custom:
Issue: "387"
Repository: terraform-schema
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240815-121716.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Enable output references
time: 2024-08-15T12:17:16.21816-04:00
custom:
Issue: "384"
Repository: terraform-schema
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240815-121718.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Enable provider references
time: 2024-08-15T12:17:18.370531-04:00
custom:
Issue: "385"
Repository: terraform-schema
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240815-121720.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Add Address to variable block schema for stacks to enable references
time: 2024-08-15T12:17:20.507605-04:00
custom:
Issue: "383"
Repository: terraform-schema
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240815-121722.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Add deployments store block schema
time: 2024-08-15T12:17:22.646247-04:00
custom:
Issue: "382"
Repository: terraform-schema
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240815-121724.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Add input block schema and deprecate variable block
time: 2024-08-15T12:17:24.782291-04:00
custom:
Issue: "381"
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-20240815085819-8191b5ea830b
github.com/hashicorp/terraform-schema v0.0.0-20240815154350-b24c4f7b5a39
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 @@ -229,8 +229,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-20240815085819-8191b5ea830b h1:O9ydkxpz8NmdbCEQEK8qi29tPhExbidBIWGf5Sbicso=
github.com/hashicorp/terraform-schema v0.0.0-20240815085819-8191b5ea830b/go.mod h1:Tc8mlcXI3ulpnC1/Ho4O5DeivcXGfezj0U+igIDE3iA=
github.com/hashicorp/terraform-schema v0.0.0-20240815154350-b24c4f7b5a39 h1:5N90p3PaMtyAuwXtTJPtdtKPxOfx7FIC/7zAzuvLfWs=
github.com/hashicorp/terraform-schema v0.0.0-20240815154350-b24c4f7b5a39/go.mod h1:Tc8mlcXI3ulpnC1/Ho4O5DeivcXGfezj0U+igIDE3iA=
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