Ability to set decryptKey in options when creating auth0_connection resource #733
Closed
1 task done
Labels
🌱 feature
New feature or request
Checklist
Describe the problem you'd like to have solved
It's possible to use the Auth0 API v2 to add a custom decryption key to a connection. Anybody who wants to use Terraform but must use custom keys for SAML response decryption is blocked because it's not possible to do this via the resource.
Describe the ideal solution
Ideally the options block will support the argument decryption_key in the exact way it support signing_key.
Alternatives and current workarounds
Currently you have to use the API directly to update these values.
Additional context
No response
The text was updated successfully, but these errors were encountered: