chore(terraform): clean up TF state git-tracking (gitignore, drop cached state, dep bump)

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:01 -07:00
parent 49eabd0e46
commit 29d5ba3e6e
5 changed files with 67 additions and 14 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