Skip to content
Snippets Groups Projects
Commit 096d051b authored by João Alexandre Cunha's avatar João Alexandre Cunha
Browse files

Merge branch 'timisgr-master-patch-76706' into 'master'

fix: update providers to include protocol prefix

Closes #6

See merge request gitlab-org/configure/examples/gitlab-terraform-gke!7
parents cf06b96b 266b1d25
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ provider "google" {
}
provider "kubernetes" {
host = google_container_cluster.primary.endpoint
host = "https://${google_container_cluster.primary.endpoint}"
cluster_ca_certificate = base64decode(google_container_cluster.primary.master_auth.0.cluster_ca_certificate)
token = data.google_client_config.current.access_token
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment