Skip to content

Commit

Permalink
fix: missing variable
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>
  • Loading branch information
ArchiFleKs committed Dec 2, 2019
1 parent 7e2fc15 commit 90027cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/modules/eks-namespaces/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ variable "eks" {
default = {}
}

variable "aws" {
type = any
default = {}
}

variable "flux" {
type = map(string)
default = {}
Expand Down

0 comments on commit 90027cd

Please sign in to comment.