feat: adds encryption key for kubernetes secrets

This commit is contained in:
2025-11-07 15:05:24 -03:00
parent 54d03136d4
commit a926eccff5
4 changed files with 28 additions and 0 deletions

View File

@@ -97,4 +97,14 @@ variable "github_repositories" {
"storage-hideyoshi.com",
"infra-hideyoshi.com",
]
}
variable "gpg_private_key_encryption" {
type = string
sensitive = true
}
variable "gpg_public_key_encryption" {
type = string
sensitive = true
}