Skip to content

Commit

Permalink
chore: Simplify value of kubernetes provider host param (issue terraf…
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorBreakfast authored Mar 23, 2020
1 parent 723c5fd commit c039e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deploy_service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ provider "google" {

provider "kubernetes" {
load_config_file = false
host = "https://${module.gke.endpoint}"
host = module.gke.endpoint
token = data.google_client_config.default.access_token
cluster_ca_certificate = base64decode(module.gke.ca_certificate)
}
Expand Down

0 comments on commit c039e67

Please sign in to comment.