Skip to content

Commit 401ab9c

Browse files
author
David Kraushuber
committed
docs update
1 parent e7c0c63 commit 401ab9c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/resources/assignmentgroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ resource "simplemdm_assignmentgroup" "myfirstgroup" {
4444
- `apps` (Attributes Map) Optional. List of Apps assigned to this group (see [below for nested schema](#nestedatt--apps))
4545
- `apps_push` (Boolean) Optional. Installs associated apps to associated devices. A munki catalog refresh or MDM install command will be sent to all associated devices. Defaults to true.
4646
- `apps_update` (Boolean) Optional. Updates associated apps on associated devices. A munki catalog refresh or MDM install command will be sent to all associated devices. Defaults to true
47-
- `attributes` (Map of String) Optional. Map of Custom Configuration Profiles and values set for this Device Group
47+
- `attributes` (Map of String) Optional. Map of Attributes and values set for this Group
4848
- `auto_deploy` (Boolean) Optional. Whether the Apps should be automatically pushed to device(s) when they join this Group. Defaults to true
4949
- `devices` (Set of String) Optional. List of Devices assigned to this Group
5050
- `priority` (String) Optional. The priority (0 to 20) of the assignment group. Default to 0

docs/resources/device.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,14 @@ resource "simplemdm_device" "firstdevice" {
3131

3232
### Required
3333

34-
- `devicegroup` (String) The ID of Device Group where device will be assigned.
3534
- `name` (String) Required. The SimpleMDM name of the device.
3635

3736
### Optional
3837

39-
- `attributes` (Map of String) The name of the Assignment Group.
40-
- `customprofiles` (Set of String) Optional. List of Custom Configuration Profiles assigned to this Device
38+
- `attributes` (Map of String) Optional. Map of Attributes and values set for this Group
39+
- `devicegroups` (Set of String) The ID of static Group(s) where device will be assigned.
4140
- `devicename` (String) The Device name (localhost name) of the device.
42-
- `profiles` (Set of String) Optional. List of Configuration Profiles assigned to this Device
41+
- `profiles` (Set of String) Optional. List of Configuration Profiles (Custom or predefined Profiles and Custom Declarations) assigned to this device.
4342

4443
### Read-Only
4544

0 commit comments

Comments
 (0)