Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion install/aws-full-terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ provider "kubernetes" {
host = data.aws_eks_cluster.gitpod_cluster.endpoint
cluster_ca_certificate = base64decode(data.aws_eks_cluster.gitpod_cluster.certificate_authority.0.data)
token = data.aws_eks_cluster_auth.default.token
load_config_file = false
}

provider "helm" {
Expand Down
1 change: 0 additions & 1 deletion install/aws-terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ provider "kubernetes" {
host = data.aws_eks_cluster.gitpod_cluster.endpoint
cluster_ca_certificate = base64decode(data.aws_eks_cluster.gitpod_cluster.certificate_authority.0.data)
token = data.aws_eks_cluster_auth.default.token
load_config_file = false
}

provider "helm" {
Expand Down