-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
🌱 featureNew feature or requestNew feature or request
Description
Checklist
- I agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
I would like to manage the error_page settings of my Auth0 tenant through Terraform.
Describe the ideal solution
Within an Auth0 tenant block I can specify the error page settings
resource "auth0_tenant" "main" {
...
error_page {
url = "https://example.com/500.html"
}
Alternatives and current workarounds
No response
Additional context
It's possible to do this through the management API but the Auth0 Terraform provider does not support it.
Metadata
Metadata
Assignees
Labels
🌱 featureNew feature or requestNew feature or request