From d65efa57516ef7323a699debf3ebf01eed5636c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:24:05 +0000 Subject: [PATCH] chore(deps): update terraform authentik to v2024.12.0 --- terraform/authentik/providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/authentik/providers.tf b/terraform/authentik/providers.tf index 961700528..98eb9bbde 100644 --- a/terraform/authentik/providers.tf +++ b/terraform/authentik/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { authentik = { source = "goauthentik/authentik" - version = "2024.10.2" + version = "2024.12.0" } sops = { source = "carlpett/sops"