Skip to content

Commit

Permalink
fix google_client_config name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 30, 2023
1 parent aeb7bb1 commit da9549d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/providers/bootstrap/gcp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ provider "helm" {
kubernetes {
host = module.mgmt.cluster.endpoint
cluster_ca_certificate = base64decode(module.mgmt.cluster.ca_certificate)
token = data.google_client_config.current.access_token
token = data.google_client_config.default.access_token
}
}

0 comments on commit da9549d

Please sign in to comment.