/terraform-provider-authress

The Authress terraform provider to automatically configure Authress from Terraform

Primary LanguageGoApache License 2.0Apache-2.0

Authress media banner

Authress Terraform Provider

The Authress terraform provider to automatically configure Authress from Terraform

GitHub Workflow Forums 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.