fix: fixes encryption key for kubernetes secrets

This commit is contained in:
2025-11-07 15:13:21 -03:00
parent a926eccff5
commit 2f124b4f14
3 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ variable "cluster_kubeconfig" {
sensitive = true
}
variable "gpg_public_key_encryption" {
variable "gpg_private_key_encryption" {
type = string
sensitive = true
}