Fix breaking authentik

This commit is contained in:
2024-11-27 17:27:41 +01:00
parent 03698c2dc2
commit fa2a69c61e
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ terraform {
}
authentik = {
source = "registry.terraform.io/goauthentik/authentik"
version = "~> 2024.10.0"
version = "2024.10.0"
}
http = {
source = "hashicorp/http"

View File

@@ -7,7 +7,7 @@ terraform {
}
authentik = {
source = "registry.terraform.io/goauthentik/authentik"
version = "~> 2024.10.0"
version = "2024.10.0"
}
}
}

View File

@@ -12,7 +12,7 @@ terraform {
}
authentik = {
source = "registry.terraform.io/goauthentik/authentik"
version = "~> 2024.10.0"
version = "2024.10.0"
}
}
}