Skip to content

Commit b478c3e

Browse files
author
David Kraushuber
committed
examples
1 parent ca61756 commit b478c3e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
data "simplemdm_customdeclaration" "test" {
2+
id = "123456"
3+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
resource "simplemdm_customdeclaration" "test" {
2+
name = "testdeclaration"
3+
declaration = jsonencode(jsondecode(file("./testfiles/testdeclaration.json")))
4+
userscope = true
5+
attributesupport = true
6+
escapeattributes = true
7+
declaration_type = "com.apple.configuration.safari.bookmarks"
8+
activation_predicate = ""
9+
}

0 commit comments

Comments
 (0)