mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 23:20:56 +01:00
12 lines
254 B
HCL
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
|
|
} |