We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22211f6 commit 31698f4Copy full SHA for 31698f4
internal/locality/regional/schemas.go
@@ -3,6 +3,7 @@ package regional
3
import (
4
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
5
"github.com/scaleway/scaleway-sdk-go/scw"
6
+ "github.com/scaleway/terraform-provider-scaleway/v2/internal/locality"
7
"github.com/scaleway/terraform-provider-scaleway/v2/internal/verify"
8
)
9
@@ -32,6 +33,6 @@ func Schema() *schema.Schema {
32
33
Optional: true,
34
ForceNew: true,
35
ValidateDiagFunc: verify.ValidateStringInSliceWithWarning(allRegions(), "region"),
- DiffSuppressFunc: locality.SuppressSDKNullAssignment,
36
+ DiffSuppressFunc: locality.SuppressSDKNullAssignment,
37
}
38
0 commit comments