Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
jotka authored Jul 8, 2022
1 parent 4368386 commit 99259a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ data "google_client_config" "default" {
}

provider "kubernetes" {
load_config_file = false

host = "https://${module.cluster.cluster_endpoint}"
token = data.google_client_config.default.access_token
cluster_ca_certificate = base64decode(module.cluster.cluster_ca_certificate)
Expand All @@ -47,8 +45,6 @@ provider "helm" {
client_certificate = base64decode(module.cluster.cluster_client_certificate)
client_key = base64decode(module.cluster.client_client_key)
cluster_ca_certificate = base64decode(module.cluster.cluster_ca_certificate)

load_config_file = false
}
}

Expand Down

0 comments on commit 99259a3

Please sign in to comment.