Refacto Oauht2

This commit is contained in:
2024-10-29 16:01:41 +01:00
parent f4ac0c5ac3
commit 03698c2dc2
12 changed files with 209 additions and 73 deletions

View File

@@ -10,8 +10,8 @@ terraform {
version = "~> 1.14.0"
}
authentik = {
source = "goauthentik/authentik"
version = "~> 2023.5.0"
source = "registry.terraform.io/goauthentik/authentik"
version = "~> 2024.10.0"
}
http = {
source = "hashicorp/http"