terraform-provider-auth0
terraform-provider-auth0 copied to clipboard
The management_api_identifier property is present on `auth0_tenant` data source but missing from `auth0_tenant` resource
Checklist
- [X] I agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
The data source auth0_tenant has management_api_identifier, but the resource auth0_tenant does not.
management_api_identifier (String) The identifier value of the built-in Management API resource server, which can be used as an audience when configuring client grants.###
Describe the ideal solution
Add management_api_identifier to the auth0_tenant resource
Alternatives and current workarounds
I suppose you can make a data resource that imports the resource.
Additional context
No response