@@ -4,20 +4,20 @@ import (
44 "context"
55 "fmt"
66 "github.com/hashicorp/go-tfe"
7+ "github.com/hashicorp/terraform-plugin-framework-validators/numbervalidator"
8+ "github.com/hashicorp/terraform-plugin-framework-validators/objectvalidator"
9+ "github.com/hashicorp/terraform-plugin-framework/diag"
710 "github.com/hashicorp/terraform-plugin-framework/path"
811 "github.com/hashicorp/terraform-plugin-framework/resource"
912 "github.com/hashicorp/terraform-plugin-framework/resource/schema"
13+ "github.com/hashicorp/terraform-plugin-framework/resource/schema/numberplanmodifier"
1014 "github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
1115 "github.com/hashicorp/terraform-plugin-framework/resource/schema/stringplanmodifier"
1216 "github.com/hashicorp/terraform-plugin-framework/schema/validator"
13- "github.com/hashicorp/terraform-plugin-log/tflog"
14- "github.com/hashicorp/terraform-plugin-framework-validators/objectvalidator"
15- "github.com/hashicorp/terraform-plugin-framework/types/basetypes"
1617 "github.com/hashicorp/terraform-plugin-framework/types"
17- "github.com/hashicorp/terraform-plugin-framework/diag"
18+ "github.com/hashicorp/terraform-plugin-framework/types/basetypes"
19+ "github.com/hashicorp/terraform-plugin-log/tflog"
1820 "strings"
19- "github.com/hashicorp/terraform-plugin-framework/resource/schema/numberplanmodifier"
20- "github.com/hashicorp/terraform-plugin-framework-validators/numbervalidator"
2121)
2222
2323// Ensure provider defined types fully satisfy framework interfaces.
0 commit comments