Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec80a8a

Browse files
authored
fix: metadata order with ForceNew (#189)
1 parent7458fc0 commitec80a8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎provider/agent.go

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp