Skip to content

Add support for auth0_tenant.error_page #966

@alex-jobber

Description

@alex-jobber

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions