Replies: 3 comments
-
@bshore-bf Hello! 👋 Thank you so much for opening this issue with the thoughtful suggestion. Thank you for the patience. |
Beta Was this translation helpful? Give feedback.
-
@duedares-rvj Hello! Thank you for the quick response and I'm happy you are looking into it! |
Beta Was this translation helpful? Give feedback.
-
Hi @bshore-bf 👋 Thanks again for taking the time to share this. We really appreciate the thought you’ve put into outlining the problem and proposing a potential solution. This is definitely an insightful suggestion, and we agree that there’s value in being able to manage secrets in a more granular and secure way. That said, we’ll need to take a bit more time to fully explore the implications of introducing a dedicated We’ve had similar experiences in the past (like when we separated For now, I’m going to move this to the discussion board so we can gather more feedback from the community. If there’s enough interest, we’d be happy to revisit and explore it further. Thanks again for raising this, your input truly helps shape the direction of the provider in a meaningful way. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the problem you'd like to have solved
To keep our Auth0 Action Secret values secure, we do not want the values to be stored in our Terraform code or in the Terraform state files. One way to accomplish this is to use the lifecycle Meta-Argument with
ignore_changes
on the attribute and then set/manage the secret value outside the scope of Terraform. The issue is that it cannot be used dynamically or on nested attributes.Describe the ideal solution
A new resource
auth0_action_secret
that manages a single instance of a secret.Alternatives and current workarounds
No current workaround or alternative that I am aware of. At the moment our
auth0_action
secrets are 100% ignored and manually managed via the Auth0 Dashboard.Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions