feat: Added support for client.authentication.k8s.io/v1beta1 (#1550)

This commit is contained in:
Vilvaramadurai Samidurai (Vilva)
2021-11-02 10:19:40 +00:00
committed by GitHub
parent 949bebe5bc
commit ed048f3c1a
4 changed files with 15 additions and 8 deletions

View File

@@ -191,7 +191,12 @@ variable "workers_additional_policies" {
type = list(string)
default = []
}
variable "kubeconfig_api_version" {
description = "KubeConfig API version. Defaults to client.authentication.k8s.io/v1alpha1"
type = string
default = "client.authentication.k8s.io/v1alpha1"
}
variable "kubeconfig_aws_authenticator_command" {
description = "Command to use to fetch AWS EKS credentials."
type = string