From fa2a69c61e3ea3c03d7514abba1d42af6f546a7b Mon Sep 17 00:00:00 2001 From: Xavier Mortelette Date: Wed, 27 Nov 2024 17:27:41 +0100 Subject: [PATCH] Fix breaking authentik --- ak-gatekeeper/providers.tf | 2 +- application/providers.tf | 2 +- oauth2/providers.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ak-gatekeeper/providers.tf b/ak-gatekeeper/providers.tf index af63d4c..7958458 100644 --- a/ak-gatekeeper/providers.tf +++ b/ak-gatekeeper/providers.tf @@ -11,7 +11,7 @@ terraform { } authentik = { source = "registry.terraform.io/goauthentik/authentik" - version = "~> 2024.10.0" + version = "2024.10.0" } http = { source = "hashicorp/http" diff --git a/application/providers.tf b/application/providers.tf index f519fcc..3428afe 100644 --- a/application/providers.tf +++ b/application/providers.tf @@ -7,7 +7,7 @@ terraform { } authentik = { source = "registry.terraform.io/goauthentik/authentik" - version = "~> 2024.10.0" + version = "2024.10.0" } } } diff --git a/oauth2/providers.tf b/oauth2/providers.tf index 902248d..f04752c 100644 --- a/oauth2/providers.tf +++ b/oauth2/providers.tf @@ -12,7 +12,7 @@ terraform { } authentik = { source = "registry.terraform.io/goauthentik/authentik" - version = "~> 2024.10.0" + version = "2024.10.0" } } }