Files
uis-cloud-computing/tofu/modules/argocd/variables.tf

12 lines
254 B
HCL

variable "argocd_admin_password" {
type = string
nullable = false
sensitive = true
description = "ArgoCD admin password"
}
variable "cloudflare_domain" {
type = string
default = "Base cloudflare domain, e.g. example.com"
nullable = false
}