Fixed authentik TF code
Some checks failed
Terraform / Terraform (push) Failing after 1m26s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 1m19s

This commit is contained in:
Ultradesu
2026-03-12 18:14:52 +00:00
parent fa53fdcd93
commit 2b00c7e61e
9 changed files with 44 additions and 476 deletions

View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2025.8.1"
version = "2025.12.1"
}
}
}
@@ -10,4 +10,4 @@ terraform {
provider "authentik" {
url = var.authentik_url
token = var.authentik_token
}
}