# Packages
No description provided by the author
# README
Authress Terraform Provider
The Authress terraform provider to automatically configure Authress from Terraform
Installation
Install the Authress
terraform provider, and review the documentation @ Authress Terraform Documentation
terraform {
required_providers {
authress = {
source = "authress/authress"
}
}
}
provider "authress" {
# Specify your Authress custom domain, configured at https://authress.io/app/#/settings?focus=domain
custom_domain = "https://login.example.com"
}
Development
For developing this plugin see more information in Development Docs.