Skip to content

Commit 31698f4

Browse files
committed
fix
1 parent 22211f6 commit 31698f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/locality/regional/schemas.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package regional
33
import (
44
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
55
"github.com/scaleway/scaleway-sdk-go/scw"
6+
"github.com/scaleway/terraform-provider-scaleway/v2/internal/locality"
67
"github.com/scaleway/terraform-provider-scaleway/v2/internal/verify"
78
)
89

@@ -32,6 +33,6 @@ func Schema() *schema.Schema {
3233
Optional: true,
3334
ForceNew: true,
3435
ValidateDiagFunc: verify.ValidateStringInSliceWithWarning(allRegions(), "region"),
35-
DiffSuppressFunc: locality.SuppressSDKNullAssignment,
36+
DiffSuppressFunc: locality.SuppressSDKNullAssignment,
3637
}
3738
}

0 commit comments

Comments
 (0)