We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc9a9c commit 9850eb1Copy full SHA for 9850eb1
1 file changed
internal/services/computer_inventory/data_source_schema.go
@@ -14,10 +14,11 @@ func DataSourceJamfProComputerInventory() *schema.Resource {
14
Optional: true,
15
Computed: true,
16
},
17
- "allow_not_found": {
18
- Type: schema.TypeBool,
19
- Optional: true,
20
- Default: false,
+ "warn_if_not_found": {
+ Type: schema.TypeBool,
+ Optional: true,
+ Default: false,
21
+ Description: "Enabling this setting will cause the provider to only WARN if a computer is not found",
22
23
"name": {
24
Type: schema.TypeString,
0 commit comments