We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1291174 commit b24ad1fCopy full SHA for b24ad1f
Terraform/modules/argocd/variables.tf
@@ -59,6 +59,6 @@ variable "dex_secret_key" {
59
description = "Dex server secret key for ArgoCD (production)"
60
type = string
61
sensitive = true
62
- default = random_password.dex_secret.result
+ default = null
63
}
64
0 commit comments