provider "jamf" {
username = "xxxx"
password = "xxxx"
# "This is the full url of jamf, xxxx.jamfcloud.com"
url = "xxxx"
}
data "jamf_department" "example" {
name = "hoge"
}
Full, comprehensive documentation is available on the Terraform website:
https://registry.terraform.io/providers/yohan460/jamf/latest/docs
$ gGPG_FINGERPRINT=xxx GITHUB_TOKEN="xxx" goreleaser release --rm-dist