terraform-provider-jamfpro

command module
v0.0.46 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: MPL-2.0 Imports: 4 Imported by: 0

README

Terraform Provider for Jamf Pro

This repository hosts the Jamf Pro Community Provider, built to integrate Jamf Pro's robust configuration management capabilities with Terraform's Infrastructure as Code (IaC) approach. Utilizing a comprehensive JAMF Pro SDK go-api-sdk-jamfpro, which serves as a cohesive abstraction layer over both Jamf Pro and Jamf Pro Classic APIs, this provider ensures seamless API interactions and brings a wide array of resources under Terraform's management umbrella. The jamfpro provider is engineered to enrich your CI/CD workflows with Jamf Pro's extensive device management functionalities, encompassing device enrollment, inventory tracking, security compliance, and streamlined software deployment. Its primary goal is to enhance the efficiency of managing, deploying, and maintaining Apple devices across your infrastructure, fostering a synchronized and effective IT ecosystem.

The provider contains:

  • Resources and data sources for Jamf Pro entities (internal/provider/),
  • Examples examples directory for sample configurations and usage scenarios of the terraform-provider-jamfpro provider.
  • Documentation docs

Requirements

Resource Completion Status

The follow is a summary of the resources and their completion status.

Resources can have the following statuses:

  • Experimental - The resource is in the early stages of development and may not be fully functional. It is not recommended for production use.

  • Finished - The resource is fully functional and has been tested in a production environment.

Supported Jamf Pro Resources

This section outlines the resources and data sources provided by our Terraform provider for managing various aspects of Jamf Pro. Each resource comes with comprehensive support for the respective Jamf Pro entities, facilitating their management through Terraform.

Accounts
  • Resource & Data Source: Enables the management of Account within Jamf Pro, allowing for the configuration of accounts, access levels, privileges, assignment to groups and sites and other details.

  • Status: Finished

  • Availability: Introduced in version v0.0.44.

Account Groups
  • Resource & Data Source: Enables the management of Account Groups within Jamf Pro, allowing for the configuration of group names, access levels, privileges, and member details.

  • Status: Finished

  • Availability: Introduced in version v0.0.31.

API Roles
  • Resource & Data Source: Enables the management of API roles within Jamf Pro, allowing for the configuration of role names, privileges, and other details. these can be assigned to api integrations.

  • Status: Finished

  • Availability: Introduced in version v0.0.44.

API Integrations
  • Resource & Data Source: Enables the management of API integrations within Jamf Pro, allowing for the configuration of integration names, privileges, and other details.

  • Status: Finished

  • Availability: Introduced in version v0.0.44.

Buildings
  • Resource & Data Source: Provides the ability to manage Buildings within Jamf Pro. This resource allows for the specification of building names and addresses, facilitating better organization and segmentation of devices within different physical locations.

  • Status: Finished

  • Availability: Introduced in version v0.0.30.

Categories
  • Resource & Data Source: Enables the management of Categories within Jamf Pro, allowing for the configuration of category names, used across various Jamf Pro entities to categorize and organize devices, policies, and other resources.

  • Status: Finished

  • Availability: Introduced in version v0.0.36.

Departments
  • Resource & Data Source: Provides the ability to manage departments within Jamf Pro. This resource allows for the specification of department names.

  • Status: Finished

  • Availability: Introduced in version v0.0.36.

Dock Items
  • Resource & Data Source: Facilitates the management of Dock Items in Jamf Pro. This includes the creation, update, and deletion of dock item entities, along with the ability to specify dock item properties and associated payloads.

  • Status: Finished

  • Availability: Introduced in version v0.0.43.

macOS Configuration Profiles
  • Resource & Data Source: Facilitates the management of macOS configuration profiles in Jamf Pro. This includes the creation, update, and deletion of configuration profiles, along with the ability to specify profile payloads and associated properties.

  • Status: Experimental

  • Availability: Introduced in version v0.0.37.

Packages
  • Resource & Data Source: Facilitates the management of Packages in Jamf Pro. This includes the creation, update, and deletion of package entities, along with the ability to specify package payloads and associated properties. It uploads the package to the JCDS 2.0 CDN in AWS S3 and then creates the package metadata in Jamf Pro.

  • Status: Experimental

  • Availability: Introduced in version v0.0.34.

Scripts
  • Resource & Data Source: Facilitates the management of Scripts in Jamf Pro. This includes the creation, update, and deletion of script entities, along with the ability to specify script contents and associated properties.

  • Status: Finished

  • Availability: Introduced in version v0.0.30.

Sites
  • Resource & Data Source: Provides the ability to manage Sites within Jamf Pro. This resource allows for the specification of site names and details, facilitating the organization of devices and resources across different sites.

  • Status: Finished

  • Availability: Introduced in version v0.0.42.

User Groups
  • Resource & Data Source: Enables the handling of User Groups in Jamf Pro. This encompasses the capabilities to create, update, and remove user group entities, as well as the functionality to detail user group attributes and memberships.

  • Status: Finished

  • Availability: Introduced in version v0.0.38.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
client
config_client.go
config_client.go
endpoints/accountgroups
accountgroups_data_handling.go
accountgroups_data_handling.go
endpoints/accounts
accounts_data_handling.go
accounts_data_handling.go
endpoints/advancedcomputersearches
advancedcomputersearches_data_source.go
advancedcomputersearches_data_source.go
endpoints/advancedmobiledevicesearches
advancedmobiledevicesearches_data_source.go
advancedmobiledevicesearches_data_source.go
endpoints/advancedusersearches
advancedusersearches_data_source.go
advancedusersearches_data_source.go
endpoints/allowedfileextensions
allowedfileextensions_object.go
allowedfileextensions_object.go
endpoints/apiintegrations
apiintegrations_data_source.go
apiintegrations_data_source.go
endpoints/apiroles
apiroles_data_source.go
apiroles_data_source.go
endpoints/buildings
buildings_data_source.go
buildings_data_source.go
endpoints/categories
categories_data_source.go
categories_data_source.go
endpoints/common
common/constants.go
common/constants.go
endpoints/computercheckin
computercheckin_data_validation.go
computercheckin_data_validation.go
endpoints/computerextensionattributes
computerextensionattributes_data_source.go
computerextensionattributes_data_source.go
endpoints/computergroups
computergroup_data_source.go
computergroup_data_source.go
endpoints/computerinventory
computerinventory_data_source.go
computerinventory_data_source.go
endpoints/computerprestageenrollments
computerprestageenrollments_data_source.go
computerprestageenrollments_data_source.go
endpoints/departments
department_data_source.go
department_data_source.go
endpoints/diskencryptionconfigurations
diskencryptionconfigurations_resource.go
diskencryptionconfigurations_resource.go
endpoints/dockitems
dockitems_data_source.go
dockitems_data_source.go
endpoints/filesharedistributionpoints
filesharedistributionpoints_data_source.go
filesharedistributionpoints_data_source.go
endpoints/macosconfigurationprofiles
macosconfigurationprofiles_resource.go
macosconfigurationprofiles_resource.go
endpoints/networksegments
resources_data_source.go
resources_data_source.go
endpoints/packages
packages_data_handling.go
packages_data_handling.go
endpoints/policies
policies_resource.go
policies_resource.go
endpoints/printers
printers_rdata_handling.go
printers_rdata_handling.go
endpoints/scripts
scripts_data_source.go
scripts_data_source.go
endpoints/sites
sites_data_source.go
sites_data_source.go
endpoints/usergroups
usergroups_data_source.go
usergroups_data_source.go
helpers/hash
hash.go This package contains shared / common hash functions
hash.go This package contains shared / common hash functions
helpers/provider_diagnostics
provider_diagnostics.go
provider_diagnostics.go
helpers/type_assertion
type_assertion.go
type_assertion.go
provider
providers.go
providers.go
utilities
utilities.go For utility/helper functions to support the jamf pro tf provider
utilities.go For utility/helper functions to support the jamf pro tf provider
waitfor
waitfor.go
waitfor.go
tools
Package version contains a variable used to construct the User-Agent for API requests.
Package version contains a variable used to construct the User-Agent for API requests.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL