Skip to content

Commit 9716cd3

Browse files
committed
replace computed field
1 parent 51a2685 commit 9716cd3

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
@@ -107,7 +107,7 @@ func metadataResource() *schema.Resource {
107107
Type: schema.TypeInt,
108108
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,
110-
Computed: true,
110+
Optional: true,
111111
},
112112
},
113113
},

0 commit comments

Comments
 (0)