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 module github.com/avisi-cloud/go-client to v0.4.0 #19

Merged
merged 2 commits into from
Feb 28, 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
1 change: 0 additions & 1 deletion acloud/resource_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ func resourceClusterCreate(ctx context.Context, d *schema.ResourceData, m interf
EnableNATGateway: d.Get("enable_private_cluster").(bool),
EnableNetworkEncryption: d.Get("enable_network_encryption").(bool),
CloudAccountIdentity: d.Get("cloud_account_identity").(string),
SLA: "none",
NodePools: nodePools,
}

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/avisi-cloud/terraform-provider-acloud
go 1.21

require (
github.com/avisi-cloud/go-client v0.2.2
github.com/avisi-cloud/go-client v0.4.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
)
Expand All @@ -12,7 +12,7 @@ require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/go-resty/resty/v2 v2.10.0 // indirect
github.com/go-resty/resty/v2 v2.11.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ github.com/avisi-cloud/go-client v0.2.1 h1:S0pxt2fD5GnyBRqnbxy2LoOoKTCPN3uscwAf/
github.com/avisi-cloud/go-client v0.2.1/go.mod h1:aj1NLGm6rn1S++J8oRJq35TrgF7++lqG/2qnnp0ZlWA=
github.com/avisi-cloud/go-client v0.2.2 h1:KwgpbDDxT6EYDz3MdLdHbW1hb/QJkxpLxmMDplpFaLM=
github.com/avisi-cloud/go-client v0.2.2/go.mod h1:aj1NLGm6rn1S++J8oRJq35TrgF7++lqG/2qnnp0ZlWA=
github.com/avisi-cloud/go-client v0.4.0 h1:FLn2+vS5r8FqGPou1WcIzQ3gxCrW6xoAym9FMEW6ESw=
github.com/avisi-cloud/go-client v0.4.0/go.mod h1:Q0vxIRKYnMV6XPePsN36VSRGxaHFhAb5AAS2wFw73/I=
github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA=
github.com/bufbuild/protocompile v0.4.0/go.mod h1:3v93+mbWn/v3xzN+31nwkJfrEpAUwp+BagBSZWx+TP8=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
Expand All @@ -20,6 +22,8 @@ github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
github.com/go-resty/resty/v2 v2.10.0 h1:Qla4W/+TMmv0fOeeRqzEpXPLfTUnR5HZ1+lGs+CkiCo=
github.com/go-resty/resty/v2 v2.10.0/go.mod h1:iiP/OpA0CkcL3IGt1O0+/SIItFUbkkyw5BGXiVdTu+A=
github.com/go-resty/resty/v2 v2.11.0 h1:i7jMfNOJYMp69lq7qozJP+bjgzfAzeOhuGlyDrqxT/8=
github.com/go-resty/resty/v2 v2.11.0/go.mod h1:iiP/OpA0CkcL3IGt1O0+/SIItFUbkkyw5BGXiVdTu+A=
github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68=
github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
github.com/golang/protobuf v1.1.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
Expand Down