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 @@ -12,7 +12,6 @@ import (
1212 "github.com/hashicorp/terraform-plugin-framework/resource/schema/booldefault"
1313 "github.com/hashicorp/terraform-plugin-framework/resource/schema/boolplanmodifier"
1414 "github.com/hashicorp/terraform-plugin-framework/resource/schema/mapdefault"
15- "github.com/hashicorp/terraform-plugin-framework/resource/schema/mapplanmodifier"
1615 "github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
1716 "github.com/hashicorp/terraform-plugin-framework/resource/schema/stringplanmodifier"
1817 "github.com/hashicorp/terraform-plugin-framework/schema/validator"
@@ -122,9 +121,6 @@ func getSchema() schema.Schema {
122121 "number_value" : types .Float32Type ,
123122 },
124123 }, map [string ]attr.Value {})),
125- PlanModifiers : []planmodifier.Map {
126- mapplanmodifier .UseStateForUnknown (),
127- },
128124 },
129125 }}
130126}
You can’t perform that action at this time.
0 commit comments