Skip to content

Commit 9850eb1

Browse files
committed
add schema key desc
1 parent 9dc9a9c commit 9850eb1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

internal/services/computer_inventory/data_source_schema.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ func DataSourceJamfProComputerInventory() *schema.Resource {
1414
Optional: true,
1515
Computed: true,
1616
},
17-
"allow_not_found": {
18-
Type: schema.TypeBool,
19-
Optional: true,
20-
Default: false,
17+
"warn_if_not_found": {
18+
Type: schema.TypeBool,
19+
Optional: true,
20+
Default: false,
21+
Description: "Enabling this setting will cause the provider to only WARN if a computer is not found",
2122
},
2223
"name": {
2324
Type: schema.TypeString,

0 commit comments

Comments
 (0)