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 aztft to v0.3.1-0.20240802001407-2834614c6d9c #127

Merged
merged 1 commit into from
Aug 2, 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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/hashicorp/terraform-exec v0.18.1
github.com/hashicorp/terraform-json v0.17.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.27.0
github.com/magodo/aztft v0.3.1-0.20240628052037-ea373ea89d48
github.com/magodo/aztft v0.3.1-0.20240802001407-2834614c6d9c
github.com/magodo/tfadd v0.10.1-0.20230512075749-9c0bab46fdb8
github.com/mitchellh/cli v1.1.5
github.com/zclconf/go-cty v1.13.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/magodo/armid v0.0.0-20230511151020-27880e5961c3 h1:ob6vk6PlChZvutcxcLnmPH/VNmJEuwz+TmCYCVtJqeA=
github.com/magodo/armid v0.0.0-20230511151020-27880e5961c3/go.mod h1:rR8E7zfGMbmfnSQvrkFiWYdhrfTqsVSltelnZB09BwA=
github.com/magodo/aztft v0.3.1-0.20240628052037-ea373ea89d48 h1:5gqzLISv6i2zbmBNPxASDb1tm19ZrLcq2LcYQW3qD1E=
github.com/magodo/aztft v0.3.1-0.20240628052037-ea373ea89d48/go.mod h1:CHeYYR+/RTjUry+0bpkI49PvQ/1sTe7itA+9BqKE1/8=
github.com/magodo/aztft v0.3.1-0.20240802001407-2834614c6d9c h1:6H0Rxt63ep2TlQVbevMfOId7cojsp9FzKkNDFR0rnco=
github.com/magodo/aztft v0.3.1-0.20240802001407-2834614c6d9c/go.mod h1:CHeYYR+/RTjUry+0bpkI49PvQ/1sTe7itA+9BqKE1/8=
github.com/magodo/tfadd v0.10.1-0.20230512075749-9c0bab46fdb8 h1:GWxGiCXPxOpekP5dBrPMQTfF7KdmwQ7EPlBeohJlPgo=
github.com/magodo/tfadd v0.10.1-0.20230512075749-9c0bab46fdb8/go.mod h1:DbJnYhmAkyjNnVt819cytTfJMtv5DpqV9MkHuUbyv3c=
github.com/magodo/tfpluginschema v0.0.0-20220905090502-2d6a05ebaefd h1:L0kTduNwpx60EdBPYOVF9oUY7jdfZHIncvQN490qWd4=
Expand Down
87 changes: 87 additions & 0 deletions vendor/github.com/magodo/aztft/internal/resmap/map.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

87 changes: 87 additions & 0 deletions vendor/github.com/magodo/aztft/internal/resmap/map_gen.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ github.com/imdario/mergo
# github.com/magodo/armid v0.0.0-20230511151020-27880e5961c3
## explicit; go 1.18
github.com/magodo/armid
# github.com/magodo/aztft v0.3.1-0.20240628052037-ea373ea89d48
# github.com/magodo/aztft v0.3.1-0.20240802001407-2834614c6d9c
## explicit; go 1.19
github.com/magodo/aztft/aztft
github.com/magodo/aztft/internal/client
Expand Down
Loading