Skip to content

Commit d7a6b8a

Browse files
committed
perhaps default without useState
1 parent 128e72f commit d7a6b8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/fleet/agent_policy/schema.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)