Skip to content

Commit

Permalink
chore: bump qovery-client-go
Browse files Browse the repository at this point in the history
  • Loading branch information
mzottola committed Jan 13, 2025
1 parent cd1b886 commit 449cea6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0
github.com/pkg/errors v0.9.1
github.com/qovery/qovery-client-go v0.0.0-20241230103349-8c3d9c7232b5
github.com/qovery/qovery-client-go v0.0.0-20250113080924-e5f48269228f
github.com/schollz/progressbar/v3 v3.13.0
github.com/sethvargo/go-envconfig v0.9.0
github.com/stretchr/testify v1.10.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ github.com/posener/complete v1.2.3 h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXq
github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s=
github.com/qovery/qovery-client-go v0.0.0-20241230103349-8c3d9c7232b5 h1:ggsdjhn0OYdbanDMJaAMVkuA4JHQYbeOg78enQiGfo4=
github.com/qovery/qovery-client-go v0.0.0-20241230103349-8c3d9c7232b5/go.mod h1:hAMMDu1kk2rNJRf8MiYV0E+07DhDXpvNddj9q8YpbFs=
github.com/qovery/qovery-client-go v0.0.0-20250113080924-e5f48269228f h1:0+cROOxGffce2xUYtsPBYqF2t5l9lmuDaJq3G22jcO0=
github.com/qovery/qovery-client-go v0.0.0-20250113080924-e5f48269228f/go.mod h1:hAMMDu1kk2rNJRf8MiYV0E+07DhDXpvNddj9q8YpbFs=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.4.3 h1:utMvzDsuh3suAEnhH0RdHmoPbU648o6CvXxTx4SBMOw=
github.com/rivo/uniseg v0.4.3/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
Expand Down
2 changes: 1 addition & 1 deletion qovery/resource_cluster_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ func toQoveryClusterFeatures(f types.Object, mode string) ([]qovery.ClusterReque
SpotEnabled: ToBool(v.Attributes()["spot_enabled"].(types.Bool)),
DiskSizeInGib: ToInt32(v.Attributes()["disk_size_in_gib"].(types.Int64)),
DefaultServiceArchitecture: arch,
QoveryNodePools: qoveryNodePools,
QoveryNodePools: *qoveryNodePools,
}
value := qovery.NewNullableClusterRequestFeaturesInnerValue(&qovery.ClusterRequestFeaturesInnerValue{
ClusterFeatureKarpenterParameters: &feature,
Expand Down

0 comments on commit 449cea6

Please sign in to comment.