chore(terraform): clean up TF state git-tracking (gitignore, drop cached state, dep bump)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user