The Stytch Terraform Provider is the official plugin for managing your Stytch workspace configuration via Terraform.
This provider is currently in a beta state. Please report any bugs or
The latest documentation is available at the Terraform registry stytch provider.
- Terraform
- A Stytch workspace
- Workspace management key to authenticate with the Stytch Management API
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 {
stytch = {
source = "stytchauth/stytch"
version = ">= 0.0.1" # Refer to docs for latest version
}
}
}
provider "stytch" {}
$ terraform init
If you've found a bug, open an issue!
If you have questions or want help troubleshooting, join us in Slack or email [email protected].
If you've found a security vulnerability, please follow our responsible disclosure instructions.
See DEVELOPMENT.md
Everyone interacting in the Stytch project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.