$ auth0 login
$ echo -e "export AUTH0_DOMAIN=CHANGE_ME\nexport AUTH0_CLIENT_ID=CHANGE_ME\nexport AUTH0_CLIENT_SECRET=CHANGE_ME" > sourceme
# edited this file
$ source sourceme
$ mkdir -p auth0-ref && auth0 tf generate --output-dir auth0-ref
Fetching data from Auth0... failed
=== dev-xxxxxxxxxx.eu.auth0.com error
▸ 402 Payment Required: A paid subscription is required to use Advanced Customizations..
I used to be able to generate auth0 terraform files for my auth0 tenant without a paid plan. Today I tried again with another tenant I’ve had for years but wasn’t tracked in terraform, and the process is no longer possible.
My goal is to track my tenant’s config with terraform, is this no longer possible without payment? It’s unclear at which step the command is failing. I’d like to generate as much as the terraform config as possible, utlitmately this is a way for me to get all the IDs needed to terraform import
resources into my existing (custom) auth0 terraform module.