Skip to content

Commit ec80a8a

Browse files
authored
fix: metadata order with ForceNew (#189)
1 parent 7458fc0 commit ec80a8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: provider/agent.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,9 @@ func agentResource() *schema.Resource {
241241
},
242242
"order": {
243243
Type: schema.TypeInt,
244-
Optional: true,
245244
Description: "The order determines the position of agent metadata in the UI/CLI presentation. The lowest order is shown first and parameters with equal order are sorted by key (ascending order).",
245+
ForceNew: true,
246+
Optional: true,
246247
},
247248
},
248249
},

0 commit comments

Comments
 (0)