Skip to content

Commit

Permalink
update to API v0.50+
Browse files Browse the repository at this point in the history
  • Loading branch information
gxben committed Oct 10, 2024
1 parent 704ece0 commit d7e0a0b
Show file tree
Hide file tree
Showing 30 changed files with 534 additions and 535 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
require (
github.com/3th1nk/cidr v0.2.0
github.com/AfterShip/email-verifier v1.4.1
github.com/dalet-oss/kowabunga-api v0.42.0
github.com/dalet-oss/kowabunga-api v0.50.0
github.com/hashicorp/terraform-plugin-docs v0.16.0
github.com/hashicorp/terraform-plugin-framework v1.12.0
github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ github.com/bwesterb/go-ristretto v1.2.0/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7N
github.com/cloudflare/circl v1.1.0/go.mod h1:prBCrKB9DV4poKZY1l9zBXg2QJY7mvgRvtMxxK7fi4I=
github.com/cloudflare/circl v1.3.3 h1:fE/Qz0QdIGqeWfnwq0RE0R7MI51s0M2E4Ga9kq5AEMs=
github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA=
github.com/dalet-oss/kowabunga-api v0.42.0 h1:V16PO+5Uef2X6dUrZTAzlhfZ08iQR5Nv7dam9DZFTUw=
github.com/dalet-oss/kowabunga-api v0.42.0/go.mod h1:AoV+X1yaCm4mxSnY+z5tfRPQqpYURioy/bXp5bB/pQc=
github.com/dalet-oss/kowabunga-api v0.50.0 h1:U/H5yuTizhFeCujLyy0HqPFT5Ow7P4CiV+d7pwYxRko=
github.com/dalet-oss/kowabunga-api v0.50.0/go.mod h1:6unmj+1D+9Y4VebM2rf/GdRXUdTAXww8q1+rw5NgIcw=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/kowabunga_adapter_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/3th1nk/cidr"

sdk "github.com/dalet-oss/kowabunga-api/sdk/go/client"
sdk "github.com/dalet-oss/kowabunga-api/sdk/go"

"github.com/hashicorp/terraform-plugin-framework-timeouts/resource/timeouts"
"github.com/hashicorp/terraform-plugin-framework/attr"
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/kowabunga_agent_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"maps"
"strings"

sdk "github.com/dalet-oss/kowabunga-api/sdk/go/client"
sdk "github.com/dalet-oss/kowabunga-api/sdk/go"

"github.com/hashicorp/terraform-plugin-framework-timeouts/resource/timeouts"
"github.com/hashicorp/terraform-plugin-framework/resource"
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/kowabunga_dns_record_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"maps"

sdk "github.com/dalet-oss/kowabunga-api/sdk/go/client"
sdk "github.com/dalet-oss/kowabunga-api/sdk/go"

"github.com/hashicorp/terraform-plugin-framework-timeouts/resource/timeouts"
"github.com/hashicorp/terraform-plugin-framework/attr"
Expand Down
60 changes: 0 additions & 60 deletions internal/provider/kowabunga_group_datasource.go

This file was deleted.

61 changes: 0 additions & 61 deletions internal/provider/kowabunga_groups_datasource.go

This file was deleted.

2 changes: 1 addition & 1 deletion internal/provider/kowabunga_instance_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"maps"
"sort"

sdk "github.com/dalet-oss/kowabunga-api/sdk/go/client"
sdk "github.com/dalet-oss/kowabunga-api/sdk/go"

"github.com/hashicorp/terraform-plugin-framework-timeouts/resource/timeouts"
"github.com/hashicorp/terraform-plugin-framework/attr"
Expand Down
Loading

0 comments on commit d7e0a0b

Please sign in to comment.