Skip to content

Commit

Permalink
feat: add rancher and kong to variables.tf
Browse files Browse the repository at this point in the history
Signed-off-by: ArchiFleKs <[email protected]>
  • Loading branch information
ArchiFleKs committed Sep 6, 2019
1 parent bdd63a1 commit 0006fce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions terraform/modules/eks-addons/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,13 @@ variable "cni_metrics_helper" {
type = map(string)
default = {}
}

variable "kong" {
type = map(string)
default = {}
}

variable "rancher" {
type = map(string)
default = {}
}

0 comments on commit 0006fce

Please sign in to comment.