File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
internal/fleet/agent_policy Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import (
1111 "github.com/hashicorp/terraform-plugin-framework/resource/schema"
1212 "github.com/hashicorp/terraform-plugin-framework/resource/schema/booldefault"
1313 "github.com/hashicorp/terraform-plugin-framework/resource/schema/boolplanmodifier"
14- "github.com/hashicorp/terraform-plugin-framework/resource/schema/mapplanmodifier"
1514 "github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
1615 "github.com/hashicorp/terraform-plugin-framework/resource/schema/stringplanmodifier"
1716 "github.com/hashicorp/terraform-plugin-framework/schema/validator"
@@ -113,9 +112,6 @@ func getSchema() schema.Schema {
113112 },
114113 },
115114 Optional : true ,
116- PlanModifiers : []planmodifier.Map {
117- mapplanmodifier .RequiresReplace (),
118- },
119115 },
120116 }}
121117}
You can’t perform that action at this time.
0 commit comments