Skip to content

Commit 78afc77

Browse files
committed
Use terraform-plugin-testing
1 parent 741a4cf commit 78afc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/kibana/maintenance_window/acc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/elastic/terraform-provider-elasticstack/internal/acctest"
77
"github.com/elastic/terraform-provider-elasticstack/internal/versionutils"
88
"github.com/hashicorp/go-version"
9-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
9+
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
1010
)
1111

1212
var minMaintenanceWindowAPISupport = version.Must(version.NewVersion("9.1.0"))

0 commit comments

Comments
 (0)