chore(deps): update terraform authentik to v2024.12.0
All checks were successful
checks / tflint (push) Successful in 9s
checks / k8s (push) Successful in 13s
checks / pre-commit (push) Successful in 1m6s

This commit is contained in:
Renovate Bot 2024-12-25 02:14:15 +00:00
commit dc757b6bf5
4 changed files with 33 additions and 20 deletions

View file

@ -3,7 +3,7 @@ terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2024.10.2"
version = "2024.12.0"
}
}
}

View file

@ -3,7 +3,7 @@ terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2024.10.2"
version = "2024.12.0"
}
}
}