Files
homelab/terraform/authentik/providers.tf
AB a2114327cf
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Terraform / Terraform (push) Successful in 35s
Got rid of authentik secret
2025-12-03 17:14:28 +02:00

13 lines
215 B
HCL

terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2025.8.1"
}
}
}
provider "authentik" {
url = var.authentik_url
token = var.authentik_token
}