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

`auth0_tenant` data source should accept an ID #1035

Open njlr opened 1 month ago

njlr commented 1 month ago

Checklist

Describe the problem you'd like to have solved

To import a specific auth0_tenant by ID

Describe the ideal solution

Provide an optional key to the data source, which is the ID

Alternatives and current workarounds

Unsure

Additional context

No response