Add ArgoCD as an optional module

This commit is contained in:
2024-03-14 17:00:30 +01:00
parent 4f744da328
commit 19da08cb1a
11 changed files with 128 additions and 4 deletions

View File

@@ -23,6 +23,10 @@ variable "cloudflare_origin_certificate_key" {
variable "my_domain" {
type = string
}
variable "install_argocd" {
type = bool
default = true
}
variable "region" {}
variable "public_key_path" {}