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

Add Prioritized support to auth0_log_stream #1082

Open u771385 opened 1 day ago

u771385 commented 1 day ago

Checklist

Describe the problem you'd like to have solved

Am trying to create/modify a Log Stream to use the Prioritized feature as we've hit the maximum of 2 regular streams in some of our tenants.

Describe the ideal solution

Add a 'prioritized' boolean to the auth0_log_stream to match the API scheme.

Alternatives and current workarounds

clickops

Additional context

No response