autopkg / nstrauss-recipes

Public AutoPkg recipes
23 stars 27 forks source link

add ability for custom tld #67

Closed sboissez closed 7 months ago

sboissez commented 7 months ago

This should handle non-.com TLD's as well.

For example in our org we use a custom domain for Okta that this recipe wont be able to handle with .com hardcoded into the URL

This is the same pattern as used in the Okta terraform provider with an org_name and base_url variable: https://registry.terraform.io/providers/okta/okta/latest/docs#org_name

nstrauss commented 7 months ago

Good callout. Fixed one issue.