Add cert-manager

This commit is contained in:
2024-03-17 13:01:08 +01:00
parent 9bb0b53a0b
commit 32f2087cea
8 changed files with 150 additions and 1 deletions

View File

@@ -28,6 +28,11 @@ variable "install_argocd" {
default = true
}
variable "install_cert_manager" {
type = bool
default = true
}
variable "region" {}
variable "public_key_path" {}