Files
homelab/terraform/authentik/providers.tf
AB from home.homenet d71935d063
All checks were successful
Check with kubeconform / lint (push) Successful in 1m11s
fmt
2025-09-16 00:28:54 +03:00

13 lines
263 B
HCL

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