File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
internal/services/instance Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ package instance
33import (
44 "context"
55
6- "github.com/scaleway/terraform-provider-scaleway/v2/internal/verify"
7-
86 "github.com/hashicorp/terraform-plugin-sdk/v2/diag"
97 "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
108 instanceSDK "github.com/scaleway/scaleway-sdk-go/api/instance/v1"
@@ -13,6 +11,7 @@ import (
1311 "github.com/scaleway/terraform-provider-scaleway/v2/internal/locality/zonal"
1412 "github.com/scaleway/terraform-provider-scaleway/v2/internal/services/account"
1513 "github.com/scaleway/terraform-provider-scaleway/v2/internal/types"
14+ "github.com/scaleway/terraform-provider-scaleway/v2/internal/verify"
1615)
1716
1817func ResourceIP () * schema.Resource {
You can’t perform that action at this time.
0 commit comments