google-github-actions / get-gke-credentials

A GitHub Action that configure authentication to a GKE cluster.
https://cloud.google.com/gke
Apache License 2.0
105 stars 41 forks source link

Set environment variable for Terraform Kubernetes provider #238

Closed morgante closed 2 years ago

morgante commented 2 years ago

TL;DR

The Terraform provider looks for the config at the KUBE_CONFIG_PATH environment variable by default, as opposed to KUBECONFIG value. Setting this environment variable would make it easier for users to user the Terraform provider after this without additional configuration.

Detailed design

No response

Additional information

No response