Yohan460 / terraform-provider-jamf

Other
14 stars 10 forks source link

Terraform logo

Terraform Provider for Jamf

Quick Start

provider "jamf" {
    username = "xxxx"
    password = "xxxx"

    # "This is the full url of jamf, xxxx.jamfcloud.com"
    url = "xxxx"
}

data "jamf_department" "example" {
    name = "hoge"
}

Documentation

Full, comprehensive documentation is available on the Terraform website:

https://registry.terraform.io/providers/yohan460/jamf/latest/docs

Release

$ gGPG_FINGERPRINT=xxx GITHUB_TOKEN="xxx" goreleaser release --rm-dist