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

@@ -14,4 +14,9 @@ variable "github_repositories" {
variable "cluster_kubeconfig" {
type = string
sensitive = true
}
variable "gpg_public_key_encryption" {
type = string
sensitive = true
}