We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835bf8f commit 2982944Copy full SHA for 2982944
1 file changed
terraform/aws/aws-eks-operator/versions.tf
@@ -31,7 +31,7 @@ provider "kubernetes" {
31
cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data)
32
33
exec {
34
- api_version = "client.authentication.k8s.io/v1beta1"
+ api_version = "client.authentication.k8s.io/v1"
35
command = "aws"
36
args = ["eks", "get-token", "--cluster-name", module.eks.cluster_name]
37
}
@@ -44,7 +44,7 @@ provider "helm" {
44
45
46
exec = {
47
48
49
50
0 commit comments