From e8ab4a9fe94360c7014cd6fe2c508365b477fa4e Mon Sep 17 00:00:00 2001 From: VishwajitNagulkar Date: Wed, 4 Oct 2023 15:00:45 +0530 Subject: [PATCH] =?UTF-8?q?Feat:=20=F0=9F=9A=80=20Added=20variables=20for?= =?UTF-8?q?=20certification=5Fmanager=5Fextra=5Fconfigs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _examples/complete/variables.tf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_examples/complete/variables.tf b/_examples/complete/variables.tf index eb2ef19..a1a2d6d 100644 --- a/_examples/complete/variables.tf +++ b/_examples/complete/variables.tf @@ -99,6 +99,13 @@ variable "keda_extra_configs" { default = {} } +# ------------------ CERTIFICATION-MANAGER ----------------------------------------------------- +variable "certification_manager_extra_configs" { + type = any + default = {} +} + + # ------------------ ISTIO INGRESS --------------------------------------------- # -- INTERNET FACING -------------- variable "istio_manifests" {