Skip to content

Commit 3a39aaa

Browse files
committed
sdk updates
1 parent e5cff1b commit 3a39aaa

10 files changed

+406
-187
lines changed

cloudstack/provider.go

-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ func New() *schema.Provider {
124124
"cloudstack_disk_offering": resourceCloudStackDiskOffering(),
125125
"cloudstack_volume": resourceCloudStackVolume(),
126126
"cloudstack_zone": resourceCloudStackZone(),
127-
"cloudstack_service_offering": resourceCloudStackServiceOffering(),
128127
"cloudstack_service_offering_fixed": resourceCloudStackServiceOfferingFixed(),
129128
"cloudstack_service_offering_constrained": resourceCloudStackServiceOfferingConstrained(),
130129
"cloudstack_service_offering_unconstrained": resourceCloudStackServiceOfferingUnConstrained(),

cloudstack/resource_cloudstack_disk_offering.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"strconv"
2525

2626
"github.com/apache/cloudstack-go/v2/cloudstack"
27-
"github.com/hashicorp/terraform/helper/schema"
27+
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
2828
)
2929

3030
func resourceCloudStackDiskOffering() *schema.Resource {

cloudstack/resource_cloudstack_disk_offering_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package cloudstack
2222
import (
2323
"testing"
2424

25-
"github.com/hashicorp/terraform/helper/resource"
25+
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
2626
)
2727

2828
func TestAccDiskOffering(t *testing.T) {

0 commit comments

Comments
 (0)