Skip to content

Commit f758a9c

Browse files
author
David Kraushuber
committed
Docs update
1 parent a68abe7 commit f758a9c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/resources/assignmentgroup.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "simplemdm_assignmentgroup" "myfirstgroup" {
4141
### Optional
4242

4343
- `app_track_location` (Boolean) Optional. If true, it tracks the location of IOS device when the SimpleMDM mobile app is installed. Defaults to true.
44-
- `apps` (Attributes Map) Optional. List of Apps assigned to this group (see [below for nested schema](#nestedatt--apps))
44+
- `apps` (Attributes List) 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
4747
- `attributes` (Map of String) Optional. Map of Attributes and values set for this Group
@@ -58,9 +58,13 @@ resource "simplemdm_assignmentgroup" "myfirstgroup" {
5858
<a id="nestedatt--apps"></a>
5959
### Nested Schema for `apps`
6060

61+
Required:
62+
63+
- `app_id` (String) ID of the Application in SimpleMDM
64+
6165
Optional:
6266

63-
- `deployment_type` (String) Optional. Type of assignment group. Must be one of standard (for MDM app/media deployments) or munki for Munki app deployments.
67+
- `deployment_type` (String) Optional. Type of assignment group. Must be one of standard (for MDM app/media deployments) or munki for Munki app deployments. Defaults to standard
6468
- `install_type` (String) Optional. The install type for munki assignment groups. Must be one of managed, self_serve, default_installs or managed_updates. This setting has no effect for non-munki (standard) assignment groups. Defaults to managed.
6569

6670
## Import

0 commit comments

Comments
 (0)