auth0 / terraform-provider-auth0

The Auth0 Terraform Provider is the official plugin for managing Auth0 tenant configuration through the Terraform tool.
https://registry.terraform.io/providers/auth0/auth0/latest/docs
Mozilla Public License 2.0
167 stars 86 forks source link

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

Open njlr opened 1 month ago

njlr commented 1 month ago

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