Skip to content

Commit f946c4f

Browse files
committed
remove RequiresReplace
1 parent 542d491 commit f946c4f

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
@@ -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
}

0 commit comments

Comments
 (0)