Skip to content

Commit 822e1ec

Browse files
Change 'api_version' from 'v1alpha1 ' to 'v1beta1' in documentation (#1828) (#1828)
1 parent 94583a8 commit 822e1ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website/docs/guides/getting-started.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ provider "kubernetes" {
113113
host = data.aws_eks_cluster.example.endpoint
114114
cluster_ca_certificate = base64decode(data.aws_eks_cluster.example.certificate_authority[0].data)
115115
exec {
116-
api_version = "client.authentication.k8s.io/v1alpha1"
116+
api_version = "client.authentication.k8s.io/v1beta1"
117117
args = ["eks", "get-token", "--cluster-name", var.cluster_name]
118118
command = "aws"
119119
}

website/docs/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ provider "kubernetes" {
119119
host = var.cluster_endpoint
120120
cluster_ca_certificate = base64decode(var.cluster_ca_cert)
121121
exec {
122-
api_version = "client.authentication.k8s.io/v1alpha1"
122+
api_version = "client.authentication.k8s.io/v1beta1"
123123
args = ["eks", "get-token", "--cluster-name", var.cluster_name]
124124
command = "aws"
125125
}

website/docs/r/service.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ provider "kubernetes" {
7272
host = data.aws_eks_cluster.example.endpoint
7373
cluster_ca_certificate = base64decode(data.aws_eks_cluster.example.certificate_authority[0].data)
7474
exec {
75-
api_version = "client.authentication.k8s.io/v1alpha1"
75+
api_version = "client.authentication.k8s.io/v1beta1"
7676
args = ["eks", "get-token", "--cluster-name", var.cluster_name]
7777
command = "aws"
7878
}

website/docs/r/service_v1.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ provider "kubernetes" {
7272
host = data.aws_eks_cluster.example.endpoint
7373
cluster_ca_certificate = base64decode(data.aws_eks_cluster.example.certificate_authority[0].data)
7474
exec {
75-
api_version = "client.authentication.k8s.io/v1alpha1"
75+
api_version = "client.authentication.k8s.io/v1beta1"
7676
args = ["eks", "get-token", "--cluster-name", var.cluster_name]
7777
command = "aws"
7878
}

0 commit comments

Comments
 (0)