Skip to content

Commit

Permalink
fix: metadata order with ForceNew (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek committed Feb 8, 2024
1 parent 7458fc0 commit ec80a8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provider/agent.go
Expand Up @@ -241,8 +241,9 @@ func agentResource() *schema.Resource {
},
"order": {
Type: schema.TypeInt,
Optional: true,
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).",
ForceNew: true,
Optional: true,
},
},
},
Expand Down

0 comments on commit ec80a8a

Please sign in to comment.