Checklist
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.
Checklist
Describe the problem you'd like to have solved
I would like to manage the
error_pagesettings of my Auth0 tenant through Terraform.Describe the ideal solution
Within an Auth0 tenant block I can specify the error page settings
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.