Skip to content

Commit

Permalink
Feat: 🚀 Added variables for certification_manager_extra_configs
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar committed Oct 4, 2023
1 parent 9e70ed7 commit e8ab4a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _examples/complete/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit e8ab4a9

Please sign in to comment.