Checklist
Describe the problem you'd like to have solved
Hello
I'm in the process of importing an Auth0 tenant into my Terraform project, and the CLI command is missing to export the auth0_token_exchange_profile configurations.
I need these configurations to enable a token exchange process that I require for my application.
Thanks
Describe the ideal solution
Export the auth0_token_exchange_profile configurations (like the CLI does for many objects already).
I added this PR #1627
Alternatives and current workarounds
Write the Terraform object manually and import by id
Not ideal.
Additional context
I need to run this for all three environments (dev, stg, prod)
Checklist
Describe the problem you'd like to have solved
Hello
I'm in the process of importing an Auth0 tenant into my Terraform project, and the CLI command is missing to export the
auth0_token_exchange_profileconfigurations.I need these configurations to enable a token exchange process that I require for my application.
Thanks
Describe the ideal solution
Export the
auth0_token_exchange_profileconfigurations (like the CLI does for many objects already).I added this PR #1627
Alternatives and current workarounds
Write the Terraform object manually and import by id
Not ideal.
Additional context
I need to run this for all three environments (dev, stg, prod)