Files
homelab/terraform/authentik/providers.tf
T
AB from home.homenet d71935d063 fmt
2025-09-16 00:28:54 +03:00

13 lines
263 B
Terraform

terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2025.8.1"
}
}
}
provider "authentik" {
url = "https://idm.hexor.cy"
token = "qXcuoCg77JaRgqnU6rqIIBa8MBJ4UNyLPTL89dZI8zeC2jfaWqQ7k56BJs8F"
}