File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6
6
"github.com/hashicorp/go-tfe"
7
7
"github.com/hashicorp/terraform-plugin-framework-validators/numbervalidator"
8
8
"github.com/hashicorp/terraform-plugin-framework-validators/objectvalidator"
9
+ "github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
9
10
"github.com/hashicorp/terraform-plugin-framework/diag"
10
11
"github.com/hashicorp/terraform-plugin-framework/path"
11
12
"github.com/hashicorp/terraform-plugin-framework/resource"
@@ -20,7 +21,6 @@ import (
20
21
"github.com/hashicorp/terraform-plugin-log/tflog"
21
22
"log"
22
23
"strings"
23
- "github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
24
24
)
25
25
26
26
// Ensure provider defined types fully satisfy framework interfaces.
You can’t perform that action at this time.
0 commit comments