Skip to content

Commit

Permalink
sdk updates
Browse files Browse the repository at this point in the history
  • Loading branch information
poddm committed Jun 27, 2024
1 parent e5cff1b commit 3a39aaa
Show file tree
Hide file tree
Showing 10 changed files with 406 additions and 187 deletions.
1 change: 0 additions & 1 deletion cloudstack/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ func New() *schema.Provider {
"cloudstack_disk_offering": resourceCloudStackDiskOffering(),
"cloudstack_volume": resourceCloudStackVolume(),
"cloudstack_zone": resourceCloudStackZone(),
"cloudstack_service_offering": resourceCloudStackServiceOffering(),
"cloudstack_service_offering_fixed": resourceCloudStackServiceOfferingFixed(),
"cloudstack_service_offering_constrained": resourceCloudStackServiceOfferingConstrained(),
"cloudstack_service_offering_unconstrained": resourceCloudStackServiceOfferingUnConstrained(),
Expand Down
2 changes: 1 addition & 1 deletion cloudstack/resource_cloudstack_disk_offering.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"strconv"

"github.com/apache/cloudstack-go/v2/cloudstack"
"github.com/hashicorp/terraform/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)

func resourceCloudStackDiskOffering() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion cloudstack/resource_cloudstack_disk_offering_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package cloudstack
import (
"testing"

"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
)

func TestAccDiskOffering(t *testing.T) {
Expand Down
Loading

0 comments on commit 3a39aaa

Please sign in to comment.