auth0 tf generate should use resource references rather than hard coded ids #1297
Replies: 2 comments
-
|
Thank you for your suggestion and for highlighting the benefits of using resource references in the generated Terraform code. The main goal of At this time, we do not plan to add support for generating references, We appreciate your understanding and feedback. |
Beta Was this translation helpful? Give feedback.
-
|
Moving to discussions to gather more feedback from the community about this requirement. If we see more interest or traction from other users, we’ll definitely revisit this and try to include it in our future planning. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Description
The generated Terraform should add references to other resources using a reference rather than a hard coded id.
For example, an action:
Is included in a trigger with a hardcoded id reference:
This pattern seems to be used throughout the generated code.
Expectation
It would be better if the resource shown above was generated with a reference to
auth0_action.addmetadata.id:Reproduction
run
auth0 tf generateAuth0 CLI version
auth0 version 1.16.0 5b84dc8
Beta Was this translation helpful? Give feedback.
All reactions