terraform-provider-auth0

command module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2021 License: MPL-2.0 Imports: 5 Imported by: 0

README

Auth0 Terraform Provider

Build Maintainability Test Coverage Gitter

Project History

This project was forked from github/alexkappa/terraform-provider-auth0 due to apparent abandonment / slow release cycle. The split happened on version 0.21.0, and there have been some breaking changes in the release 1.0.0 (please read release notes)

Documentation

See the Auth0 Provider documentation for all the available resources.

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  = "alekc/auth0"
      version = "~>1.0"
    }
  }
}

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

Contributing

See CONTRIBUTING.md.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL