File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
internal/fleet/integration_policy Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,12 @@ import (
5
5
_ "embed"
6
6
7
7
"github.com/hashicorp/terraform-plugin-framework-jsontypes/jsontypes"
8
- "github.com/hashicorp/terraform-plugin-framework-validators/listvalidator"
9
8
"github.com/hashicorp/terraform-plugin-framework/attr"
10
- "github.com/hashicorp/terraform-plugin-framework/path"
11
9
"github.com/hashicorp/terraform-plugin-framework/resource"
12
10
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
13
11
"github.com/hashicorp/terraform-plugin-framework/resource/schema/booldefault"
14
12
"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
15
13
"github.com/hashicorp/terraform-plugin-framework/resource/schema/stringplanmodifier"
16
- "github.com/hashicorp/terraform-plugin-framework/schema/validator"
17
14
"github.com/hashicorp/terraform-plugin-framework/types"
18
15
)
19
16
@@ -61,9 +58,6 @@ func getSchemaV1() schema.Schema {
61
58
Description : "List of agent policy IDs." ,
62
59
ElementType : types .StringType ,
63
60
Optional : true ,
64
- Validators : []validator.List {
65
- listvalidator .SizeAtLeast (1 ),
66
- },
67
61
},
68
62
"description" : schema.StringAttribute {
69
63
Description : "The description of the integration policy." ,
You can’t perform that action at this time.
0 commit comments