Update authentik provider

This commit is contained in:
Tobias Reisinger 2025-04-15 19:57:50 +02:00
parent 776375ace8
commit dcddb46d63
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 61 additions and 53 deletions
modules/services

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "~> 2024.8.0"
version = "~> 2025.2.0"
}
mailcow = {
source = "l-with/mailcow"