chore: update terraform dependencies and config

terraform.lock.hcl updated with provider versions (goauthentik 2024.12.1).
Regenerated from current provider blocks.
This commit is contained in:
Story Crater Bot
2026-07-14 23:33:16 -07:00
parent 6d554961c2
commit 13557184c6
4 changed files with 64 additions and 1 deletions
+8
View File
@@ -17,6 +17,14 @@ terraform {
source = "hashicorp/null"
version = "~> 3.2"
}
authentik = {
source = "goauthentik/authentik"
version = "~> 2024.6"
}
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
}
}
}