We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7584c8 commit 89a6c90Copy full SHA for 89a6c90
kubernetes/provider.go
@@ -9,6 +9,7 @@ import (
9
"github.com/hashicorp/terraform/helper/schema"
10
"github.com/hashicorp/terraform/terraform"
11
"github.com/mitchellh/go-homedir"
12
+ _ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
13
restclient "k8s.io/client-go/rest"
14
"k8s.io/client-go/tools/clientcmd"
15
clientcmdapi "k8s.io/client-go/tools/clientcmd/api"
0 commit comments