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
+7
View File
@@ -17,6 +17,13 @@ variable "vault_token" {
default = ""
}
variable "authentik_api_token" {
description = "Authentik API token for goauthentik provider (terraform configuration management)"
type = string
sensitive = true
default = ""
}
variable "s3_access_key" {
description = "MinIO S3 access key for terraform state backend"
type = string