From 5648c18ec71bc67615d718f020e960f259477611 Mon Sep 17 00:00:00 2001 From: "smurf-bot[bot]" <137516995+smurf-bot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:45:14 -0600 Subject: [PATCH] =?UTF-8?q?fix(terraform):=20update=20authentik=20(=202024?= =?UTF-8?q?.8.1=20=E2=86=92=202024.8.2=20)=20(#2899)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ------------------ | --------------------- | -------- | -------- | | terraform-provider | goauthentik/authentik | 2024.8.1 | 2024.8.2 | Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com> --- terraform/authentik/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/authentik/main.tf b/terraform/authentik/main.tf index 4981036839..8c6e3bc84c 100644 --- a/terraform/authentik/main.tf +++ b/terraform/authentik/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { authentik = { source = "goauthentik/authentik" - version = "2024.8.1" + version = "2024.8.2" } } }