Files
homelab/terraform/authentik/providers.tf

13 lines
263 B
Terraform
Raw Permalink Normal View History

2025-09-15 21:42:01 +03:00
terraform {
required_providers {
authentik = {
2025-09-16 00:28:54 +03:00
source = "goauthentik/authentik"
2025-09-15 21:42:01 +03:00
version = "2025.8.1"
}
}
}
provider "authentik" {
url = "https://idm.hexor.cy"
token = "qXcuoCg77JaRgqnU6rqIIBa8MBJ4UNyLPTL89dZI8zeC2jfaWqQ7k56BJs8F"
}