{"id":15046785,"url":"https://github.com/auth0/terraform-provider-auth0","last_synced_at":"2026-01-08T11:08:39.961Z","repository":{"id":37097505,"uuid":"454465421","full_name":"auth0/terraform-provider-auth0","owner":"auth0","description":"The Auth0 Terraform Provider is the official plugin for managing Auth0 tenant configuration through the Terraform tool.","archived":false,"fork":false,"pushed_at":"2025-03-28T14:18:41.000Z","size":16913,"stargazers_count":177,"open_issues_count":26,"forks_count":90,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-03-31T20:08:52.509Z","etag":null,"topics":["dx-cdt"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/auth0/auth0/latest/docs","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/auth0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-01T16:36:05.000Z","updated_at":"2025-03-28T08:12:42.000Z","dependencies_parsed_at":"2023-12-20T15:11:27.390Z","dependency_job_id":"9864b976-40db-4a97-9f85-02f39a2c19be","html_url":"https://github.com/auth0/terraform-provider-auth0","commit_stats":null,"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fterraform-provider-auth0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fterraform-provider-auth0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fterraform-provider-auth0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fterraform-provider-auth0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auth0","download_url":"https://codeload.github.com/auth0/terraform-provider-auth0/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247730069,"owners_count":20986404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dx-cdt"],"created_at":"2024-09-24T20:53:34.764Z","updated_at":"2026-01-08T11:08:39.949Z","avatar_url":"https://github.com/auth0.png","language":"Go","funding_links":[],"categories":["Developer Ecosystem"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eAuth0 Terraform Provider\u003c/h1\u003e\n\n[![GoDoc](https://pkg.go.dev/badge/github.com/auth0/terraform-provider-auth0.svg)](https://pkg.go.dev/github.com/auth0/terraform-provider-auth0)\n[![Go Report Card](https://goreportcard.com/badge/github.com/auth0/terraform-provider-auth0?style=flat-square)](https://goreportcard.com/report/github.com/auth0/terraform-provider-auth0)\n[![Release](https://img.shields.io/github/v/release/auth0/terraform-provider-auth0?logo=terraform\u0026include_prereleases\u0026style=flat-square)](https://github.com/auth0/terraform-provider-auth0/releases)\n[![Codecov](https://img.shields.io/codecov/c/github/auth0/terraform-provider-auth0?logo=codecov\u0026style=flat-square)](https://codecov.io/gh/auth0/terraform-provider-auth0)\n[![License](https://img.shields.io/github/license/auth0/terraform-provider-auth0.svg?logo=fossa\u0026style=flat-square)](https://github.com/auth0/terraform-provider-auth0/blob/main/LICENSE)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/auth0/terraform-provider-auth0/main.yml?branch=main)](https://github.com/auth0/terraform-provider-auth0/actions?query=branch%3Amain)\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/auth0/terraform-provider-auth0)\n\n\u003c/div\u003e\n\n-------------------------------------\n\nThe Auth0 Terraform Provider is the official plugin for managing Auth0 tenant configuration through the\n[Terraform](https://www.terraform.io/) tool.\n\n📚 [Documentation](#documentation) • 🚀 [Getting Started](#getting-started) • 💬 [Feedback](#feedback)\n\n-------------------------------------\n\n## Documentation\n\n- [Official Docs](https://registry.terraform.io/providers/auth0/auth0/latest/docs)\n- Guides\n  - [Quickstart](./docs/guides/quickstart.md)\n  - [List available triggers for actions](./docs/guides/action_triggers.md)\n  - [Zero downtime client credentials rotation](./docs/guides/client_secret_rotation.md)\n\n## Getting Started\n\n### Requirements\n\n- [Terraform](https://www.terraform.io/downloads)\n- An [Auth0](https://auth0.com) account\n\n### Installation\n\nTerraform uses the [Terraform Registry](https://registry.terraform.io/) to download and install providers. To install\nthis provider, copy and paste the following code into your Terraform configuration. Then, run `terraform init`.\n\n```terraform\nterraform {\n  required_providers {\n    auth0 = {\n      source  = \"auth0/auth0\"\n      version = \"\u003e= 1.0.0\" # Refer to docs for latest version\n    }\n  }\n}\n\nprovider \"auth0\" {}\n```\n\n```shell\n$ terraform init\n```\n\n## Feedback\n\n### Contributing\n\nWe appreciate feedback and contribution to this repo! Before you get started, please see the following:\n\n- [Contribution Guide](./CONTRIBUTING.md)\n- [Auth0's General Contribution Guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md)\n- [Auth0's Code of Conduct Guidelines](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md)\n\n### Raise an issue\n\nTo provide feedback or report a bug, [please raise an issue on our issue tracker](https://github.com/auth0/terraform-provider-auth0/issues).\n\n### Vulnerability reporting\n\nPlease do not report security vulnerabilities on the public GitHub issue tracker.\nThe [Responsible Disclosure Program](https://auth0.com/responsible-disclosure-policy) details the procedure for disclosing security issues.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://cdn.auth0.com/website/sdks/logos/auth0_light_mode.png\" width=\"150\"\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.auth0.com/website/sdks/logos/auth0_dark_mode.png\" width=\"150\"\u003e\n    \u003cimg alt=\"Auth0 Logo\" src=\"https://cdn.auth0.com/website/sdks/logos/auth0_light_mode.png\" width=\"150\"\u003e\n  \u003c/picture\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nAuth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout\n[Why Auth0?](https://auth0.com/why-auth0)\n\nThis project is licensed under the MPL-2.0 license. See the [LICENSE](LICENSE) file for more info or\n[auth0-terraform-provider.pdf](https://www.okta.com/sites/default/files/2022-03/auth0-terraform-provider.pdf) for a full\nreport.\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0%2Fterraform-provider-auth0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauth0%2Fterraform-provider-auth0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0%2Fterraform-provider-auth0/lists"}