Open
Description
Checklist
- I agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
The Auth0 Terraform provider should support Terraform 1.10's ephemeral values to ensure that secrets retrieved provided in some resources are never persisted in Terraform state or plan files. This is a critical improvement for organizations that need to enforce strict security policies while managing secrets in their infrastructure.
Describe the ideal solution
The Provider Supports that
and variables can be defined with ephemeral=true
without failing on errors such as:
Ephemeral values are not valid for "secrets", because it is not an assignable attribute.
Alternatives and current workarounds
No response
Additional context
No response