Awesome
<div align="center"> <h1>Auth0 Terraform Provider</h1> </div>The Auth0 Terraform Provider is the official plugin for managing Auth0 tenant configuration through the Terraform tool.
📚 Documentation • 🚀 Getting Started • 💬 Feedback
Documentation
- Official Docs
- Guides
Getting Started
Requirements
Installation
Terraform uses the Terraform Registry to download and install providers. To install
this provider, copy and paste the following code into your Terraform configuration. Then, run terraform init
.
terraform {
required_providers {
auth0 = {
source = "auth0/auth0"
version = ">= 1.0.0" # Refer to docs for latest version
}
}
}
provider "auth0" {}
$ terraform init
Feedback
Contributing
We appreciate feedback and contribution to this repo! Before you get started, please see the following:
Raise an issue
To provide feedback or report a bug, please raise an issue on our issue tracker.
Vulnerability reporting
Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
<div align="center"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://cdn.auth0.com/website/sdks/logos/auth0_light_mode.png" width="150"> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.auth0.com/website/sdks/logos/auth0_dark_mode.png" width="150"> <img alt="Auth0 Logo" src="https://cdn.auth0.com/website/sdks/logos/auth0_light_mode.png" width="150"> </picture> </div> <div align="center">
Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout Why Auth0?
This project is licensed under the MPL-2.0 license. See the LICENSE file for more info or auth0-terraform-provider.pdf for a full report.
</div>