mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 17:39:05 +01:00
feat: Added support for client.authentication.k8s.io/v1beta1 (#1550)
This commit is contained in:
committed by
GitHub
parent
949bebe5bc
commit
ed048f3c1a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user