Skip to content

Commit cdbf26c

Browse files
authored
Remove deprecated config from terraform kubernetes provider (#2993)
1 parent 2eaddb0 commit cdbf26c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

install/aws-full-terraform/providers.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ provider "kubernetes" {
1414
host = data.aws_eks_cluster.gitpod_cluster.endpoint
1515
cluster_ca_certificate = base64decode(data.aws_eks_cluster.gitpod_cluster.certificate_authority.0.data)
1616
token = data.aws_eks_cluster_auth.default.token
17-
load_config_file = false
1817
}
1918

2019
provider "helm" {

install/aws-terraform/providers.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ provider "kubernetes" {
1414
host = data.aws_eks_cluster.gitpod_cluster.endpoint
1515
cluster_ca_certificate = base64decode(data.aws_eks_cluster.gitpod_cluster.certificate_authority.0.data)
1616
token = data.aws_eks_cluster_auth.default.token
17-
load_config_file = false
1817
}
1918

2019
provider "helm" {

0 commit comments

Comments
 (0)