Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for auth0_tenant.error_page #966

Closed
1 task done
alex-jobber opened this issue May 27, 2024 · 1 comment
Closed
1 task done

Add support for auth0_tenant.error_page #966

alex-jobber opened this issue May 27, 2024 · 1 comment
Labels
🌱 feature New feature or request

Comments

@alex-jobber
Copy link

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.

@alex-jobber alex-jobber added the 🌱 feature New feature or request label May 27, 2024
@sergiught
Copy link
Contributor

Hey @alex-jobber 👋🏻

This is already supported through https://registry.terraform.io/providers/auth0/auth0/latest/docs/resources/pages.

Let us know if you encounter any issues with the resource!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants