Skip to content

Commit

Permalink
Merge pull request #481 from deploymenttheory/feat-computer_extension…
Browse files Browse the repository at this point in the history
…_attributes

🔄 Terraform changes from feat-computer_extension_attributes
  • Loading branch information
ShocOne authored Sep 18, 2024
2 parents 81a45c1 + 3281e9d commit b7ffb79
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions workload/terraform/jamfpro/macos_configuration_profiles_plist.tf
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

# resource "jamfpro_macos_configuration_profile_plist" "jamfpro_macos_configuration_profile_001" {
# name = "tf-demo-mcp-accessibility_hearing_base-prod-v0.0.1"
# distribution_method = "Install Automatically"
# payloads = file("${path.module}/support_files/configuration_profiles/dt-mcp-accessibility_hearing_base-prod-v0.0.1.mobileconfig")
# category_id = -1
# user_removable = false
# level = "System"
# redeploy_on_update = "Newly Assigned"
# scope {
# all_computers = true
# all_jss_users = true
# }
# }
resource "jamfpro_macos_configuration_profile_plist" "jamfpro_macos_configuration_profile_001" {
name = "tf-demo-mcp-accessibility_hearing_base-prod-v0.0.1"
distribution_method = "Install Automatically"
payloads = file("${path.module}/support_files/configuration_profiles/dt-mcp-accessibility_hearing_base-prod-v0.0.1.mobileconfig")
category_id = -1
user_removable = false
level = "System"
redeploy_on_update = "Newly Assigned"
scope {
all_computers = true
all_jss_users = true
}
}

# resource "jamfpro_macos_configuration_profile_plist" "jamfpro_macos_configuration_profile_002" {
# name = "tf-demo-mcp-accessibility_seeing_base-prod-v0.0.1"
Expand Down

0 comments on commit b7ffb79

Please sign in to comment.