Skip to content

Commit

Permalink
fix: Fix CI for Workload Identity (terraform-google-modules#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Mar 19, 2020
1 parent be54fa0 commit 723c5fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/workload_identity/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ provider "kubernetes" {
host = module.gke.endpoint
token = data.google_client_config.default.access_token
cluster_ca_certificate = base64decode(module.gke.ca_certificate)
load_config_file = false
}

module "gke" {
Expand Down

0 comments on commit 723c5fd

Please sign in to comment.