Categorygithub.com/authress/terraform-provider-authress
repositorypackage
2.0.39+incompatible
Repository: https://github.com/authress/terraform-provider-authress.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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.