Skip to content

Commit ce2247d

Browse files
committed
attempt computed, and UseStateForUnknown
1 parent bb52137 commit ce2247d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/fleet/agent_policy/schema.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ func getSchema() schema.Schema {
112112
},
113113
},
114114
},
115+
Computed: true,
115116
Optional: true,
116117
PlanModifiers: []planmodifier.Map{
117-
mapplanmodifier.RequiresReplace(),
118+
mapplanmodifier.UseStateForUnknown(),
118119
},
119120
},
120121
}}

0 commit comments

Comments
 (0)