terraform-google-gcloud
terraform-google-gcloud copied to clipboard
WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead.
TL;DR
We see such message in our pipelines can you advice what we should be doing to avoid this message?
WARNING: the gcp auth plugin is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead.
Terraform Resources
No response
Detailed design
No response
Additional information
No response
Background: https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
Looks like this module already uses gcloud container clusters get-credentials
, so hopefully not a major change required: https://github.com/terraform-google-modules/terraform-google-gcloud/blob/master/modules/kubectl-wrapper/scripts/kubectl_wrapper.sh#L54