auth0 terraform generate
should use null
instead of {}
for empty encryption_key
property of auth0_client
resources
#1001
Labels
bug
This points to a verified bug in the code
Checklist
Description
When generating Terraform configuration from an existing tenant using
auth0 terraform generate
, if a client application lacks anencryption_key
, the generated code sets the value to{}
. This prevents deployment, causing the following error:Expectation
I expect to be able to plan and apply the generated Terraform resources on an empty tenant. However, the above error is blocking this process. A potential workaround is to use
null
for theencryption_key
property instead of{}
when it is empty for an application.Reproduction
Auth0 CLI version
1.4.0
The text was updated successfully, but these errors were encountered: