Skip to content

stytchauth/terraform-provider-stytch

Repository files navigation

Stytch Terraform Provider

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

Documentation

The latest documentation is available at the Terraform registry stytch provider.

Getting started

Requirements

  • Terraform
  • A Stytch workspace
    • Workspace management key to authenticate with the Stytch Management API

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 {
    stytch = {
      source  = "stytchauth/stytch"
      version = ">= 0.0.1" # Refer to docs for latest version
    }
  }
}

provider "stytch" {}
$ terraform init

Support

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.

Development

See DEVELOPMENT.md

Code of Conduct

Everyone interacting in the Stytch project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages