terraform-provider-auth0 icon indicating copy to clipboard operation
terraform-provider-auth0 copied to clipboard

The management_api_identifier property is present on `auth0_tenant` data source but missing from `auth0_tenant` resource

Open njlr opened this issue 1 year ago • 0 comments

Checklist

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

njlr avatar Sep 26 '24 09:09 njlr