You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We manage our various Auth0 tenants via Terraform. However, the new attributes feature on database connections doesn't have an option to be enabled and configured via Terraform. I've poured over the schema for the resource auth0_connection v1.4.0, and the closest I can find is the options.attributes_map.attributes, but that appears to be for mapping incoming fields from external IdPs, not database connections.
Describe the ideal solution
Add support for attributes in the options object in the TF connection resource, since it is already in the API.
chrishaynes21
changed the title
auth0_connection missing options.attributes to support new connection attributes
TF Resource auth0_connection missing options.attributes to support new Connection Attributes (Flexible Identifiers)
Aug 16, 2024
Checklist
Describe the problem you'd like to have solved
We manage our various Auth0 tenants via Terraform. However, the new
attributes
feature on database connections doesn't have an option to be enabled and configured via Terraform. I've poured over the schema for the resourceauth0_connection
v1.4.0, and the closest I can find is theoptions.attributes_map.attributes
, but that appears to be for mapping incoming fields from external IdPs, not database connections.Describe the ideal solution
Add support for
attributes
in the options object in the TF connection resource, since it is already in the API.Alternatives and current workarounds
We can click around the UI, but it's better for us to audit changes via code.
Additional context
No response
The text was updated successfully, but these errors were encountered: