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 66 "github.com/hashicorp/go-tfe"
77 "github.com/hashicorp/terraform-plugin-framework-validators/numbervalidator"
88 "github.com/hashicorp/terraform-plugin-framework-validators/objectvalidator"
9+ "github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
910 "github.com/hashicorp/terraform-plugin-framework/diag"
1011 "github.com/hashicorp/terraform-plugin-framework/path"
1112 "github.com/hashicorp/terraform-plugin-framework/resource"
@@ -20,7 +21,6 @@ import (
2021 "github.com/hashicorp/terraform-plugin-log/tflog"
2122 "log"
2223 "strings"
23- "github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
2424)
2525
2626// Ensure provider defined types fully satisfy framework interfaces.
You can’t perform that action at this time.
0 commit comments