and again

This commit is contained in:
Patrick de Ruiter 2020-07-10 13:26:29 +02:00
parent 054d97a0c5
commit 1d8c28dcb4

View File

@ -116,6 +116,7 @@ variable "kubernetes_namespace" {
type = string type = string
default = "kube-apps" default = "kube-apps"
description = "Kubernetes namespace to run your fargate workloads on" description = "Kubernetes namespace to run your fargate workloads on"
}
variable "aws_eks_update_kubeconfig_additional_arguments" { variable "aws_eks_update_kubeconfig_additional_arguments" {
type = string type = string