Skip to content

Commit b24ad1f

Browse files
committed
Update dex_secret_key variable to set default value to null
1 parent 1291174 commit b24ad1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Terraform/modules/argocd/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ variable "dex_secret_key" {
5959
description = "Dex server secret key for ArgoCD (production)"
6060
type = string
6161
sensitive = true
62-
default = random_password.dex_secret.result
62+
default = null
6363
}
6464

0 commit comments

Comments
 (0)