nexxai / terraform-provider-auth0

Auth0 Terraform Provider

Home Page:https://registry.terraform.io/providers/alexkappa/auth0/latest/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth0 Terraform Provider

Build Maintainability Test Coverage Gitter

Sponsors

If you want to quickly implement a secure authentication flow with Terraform, create a free plan at auth0.com/developers.
If you or your company relies on this provider and would like to ensure its continuing support please consider sponsoring.

Usage

Terraform 0.13+

Terraform 0.13 and higher uses the Terraform Registry to download and install providers. To install this provider, copy and paste this code into your Terraform configuration. Then, run terraform init.

terraform {
  required_providers {
    auth0 = {
      source  = "alexkappa/auth0"
      version = "0.17.1"
    }
  }
}

provider "auth0" {}
$ terraform init

Terraform 0.12.x

For older versions of Terraform, binaries are available at the releases page. Download one that corresponds to your operating system / architecture, and move to the ~/.terraform.d/plugins/ directory. Finally, run terraform init.

provider "auth0" {}
$ terraform init

See the Auth0 Provider documentation for all the available resources.

Contributing

See CONTRIBUTING.md.

About

Auth0 Terraform Provider

https://registry.terraform.io/providers/alexkappa/auth0/latest/docs

License:Mozilla Public License 2.0


Languages

Language:Go 96.1%Language:HCL 2.4%Language:Shell 1.1%Language:Makefile 0.4%