generated from deploymenttheory/Template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Jamf Pro provider version to 0.3.1
- Loading branch information
Showing
4 changed files
with
56 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
|
||
resource "jamfpro_building" "jamfpro_building_001" { | ||
name = "tf-demo-Apple-Park" | ||
street_address1 = "The McIntosh Tree" | ||
street_address2 = "One Apple Park Way" | ||
city = "Cupertino" | ||
state_province = "California" | ||
zip_postal_code = "95014" | ||
country = "The United States of America" | ||
} | ||
# resource "jamfpro_building" "jamfpro_building_001" { | ||
# name = "tf-demo-Apple-Park" | ||
# street_address1 = "The McIntosh Tree" | ||
# street_address2 = "One Apple Park Way" | ||
# city = "Cupertino" | ||
# state_province = "California" | ||
# zip_postal_code = "95014" | ||
# country = "The United States of America" | ||
# } | ||
|
||
resource "jamfpro_building" "jamfpro_building_002" { | ||
name = "tf-demo-jamf-headquarters" | ||
street_address1 = "100 Washington Ave S" | ||
street_address2 = "Suite 1100" | ||
city = "Minneapolis" | ||
state_province = "Minnesota" | ||
zip_postal_code = "55401" | ||
country = "The United States of America" | ||
} | ||
# resource "jamfpro_building" "jamfpro_building_002" { | ||
# name = "tf-demo-jamf-headquarters" | ||
# street_address1 = "100 Washington Ave S" | ||
# street_address2 = "Suite 1100" | ||
# city = "Minneapolis" | ||
# state_province = "Minnesota" | ||
# zip_postal_code = "55401" | ||
# country = "The United States of America" | ||
# } | ||
|
||
resource "jamfpro_building" "jamfpro_building_003" { | ||
name = "tf-demo-Apple-Battersea" | ||
street_address1 = "Ground Floor, Turbine Hall A, Circus Rd W, Nine Elms" | ||
street_address2 = "Suite 1100" | ||
city = "London" | ||
state_province = "London" | ||
zip_postal_code = "SW11 8AL" | ||
country = "United Kingdom" | ||
} | ||
# resource "jamfpro_building" "jamfpro_building_003" { | ||
# name = "tf-demo-Apple-Battersea" | ||
# street_address1 = "Ground Floor, Turbine Hall A, Circus Rd W, Nine Elms" | ||
# street_address2 = "Suite 1100" | ||
# city = "London" | ||
# state_province = "London" | ||
# zip_postal_code = "SW11 8AL" | ||
# country = "United Kingdom" | ||
# } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
|
||
resource "jamfpro_dock_item" "jamfpro_dock_item_001" { | ||
name = "tf-demo-dockItem-app-iTunes" | ||
type = "App" | ||
path = "file://localhost/Applications/iTunes.app/" | ||
} | ||
# resource "jamfpro_dock_item" "jamfpro_dock_item_001" { | ||
# name = "tf-demo-dockItem-app-iTunes" | ||
# type = "App" | ||
# path = "file://localhost/Applications/iTunes.app/" | ||
# } | ||
|
||
resource "jamfpro_dock_item" "jamfpro_dock_item_002" { | ||
name = "tf-demo-dockItem-file-hosts" | ||
type = "File" // App / File / Folder | ||
path = "/etc/hosts" | ||
} | ||
# resource "jamfpro_dock_item" "jamfpro_dock_item_002" { | ||
# name = "tf-demo-dockItem-file-hosts" | ||
# type = "File" // App / File / Folder | ||
# path = "/etc/hosts" | ||
# } | ||
|
||
resource "jamfpro_dock_item" "jamfpro_dock_item_003" { | ||
name = "tf-demo-dockItem-folder-downloadsFolder" | ||
type = "Folder" // App / File / Folder | ||
path = "~/Downloads" | ||
} | ||
# resource "jamfpro_dock_item" "jamfpro_dock_item_003" { | ||
# name = "tf-demo-dockItem-folder-downloadsFolder" | ||
# type = "Folder" // App / File / Folder | ||
# path = "~/Downloads" | ||
# } |
26 changes: 13 additions & 13 deletions
26
workload/terraform/jamfpro/macos_configuration_profiles_plist.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters