Skip to content

Commit 51a2685

Browse files
committed
improve description
1 parent 0153119 commit 51a2685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/metadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func metadataResource() *schema.Resource {
105105
},
106106
"order": {
107107
Type: schema.TypeInt,
108-
Description: "The order in which this item will be displayed relative to other items. Lower numbers appear first.",
108+
Description: "The order determines the position of item in the UI presentation. The lowest order is shown first and items with equal order are sorted by key (ascending order).",
109109
ForceNew: true,
110110
Computed: true,
111111
},

0 commit comments

Comments
 (0)