Skip to content

Commit 25b9eab

Browse files
committed
Fix
1 parent fc2de7e commit 25b9eab

File tree

1 file changed

+1
-2
lines changed
  • internal/services/instance

1 file changed

+1
-2
lines changed

internal/services/instance/ip.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ package instance
33
import (
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

1817
func ResourceIP() *schema.Resource {

0 commit comments

Comments
 (0)