Generating Terraform config fails

Hi,
I have followed https://registry.terraform.io/providers/auth0/auth0/latest/docs/guides/generate_terraform_config to use the Auth0 CLI to generate Terraform but it fails with no error info reported and does not create the auth0_generated.tf file.

See `tf generate` does not create a auth0_generated.tf file. `terraform plan` fails · Issue #936 · auth0/terraform-provider-auth0 · GitHub
for all the details.

Thanks

Fix: Ran the auth0 commands from an empty dir.

Cause: Was running auth0 CLI commands from the root dir of a next.js project, containing .env.local and other config files that may have messed with the auth0 CLI.