Files
homelab/terraform/authentik/providers.tf
Ultradesu 2b00c7e61e
Some checks failed
Terraform / Terraform (push) Failing after 1m26s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 1m19s
Fixed authentik TF code
2026-03-12 18:14:52 +00:00

14 lines
217 B
HCL

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