You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Setting it to `never` will *never* gcloud download and setting it to `always` wi
58
58
| service\_account\_key\_file | Path to service account key file to run `gcloud auth activate-service-account` with. Optional. |`string`|`""`| no |
59
59
| skip\_download | Whether to skip downloading gcloud (assumes gcloud is already available outside the module) |`bool`|`true`| no |
60
60
| upgrade | Whether to upgrade gcloud at runtime |`bool`|`true`| no |
61
-
| use\_tf\_google\_credentials\_env\_var | Use GOOGLE\_CREDENTIALS environment variable to run `gcloud auth activate-service-account` with. Optional. |`bool`|`false`| no |
61
+
| use\_tf\_google\_credentials\_env\_var | Use `GOOGLE_CREDENTIALS` environment variable to run `gcloud auth activate-service-account` with. Optional. |`bool`|`false`| no |
Copy file name to clipboardExpand all lines: modules/kubectl-wrapper/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ module "kubectl" {
41
41
| skip\_download | Whether to skip downloading gcloud (assumes gcloud and kubectl is already available outside the module) |`bool`|`true`| no |
42
42
| upgrade | Whether to upgrade gcloud at runtime |`bool`|`true`| no |
43
43
| use\_existing\_context | Use existing kubecontext to auth kube-api. |`bool`|`false`| no |
44
+
| use\_tf\_google\_credentials\_env\_var | Use `GOOGLE_CREDENTIALS` environment variable to run `gcloud auth activate-service-account` with. Optional. |`bool`|`false`| no |
description="Use `GOOGLE_CREDENTIALS` environment variable to run `gcloud auth activate-service-account` with. Optional."
104
+
default=false
105
+
}
106
+
102
107
variable"impersonate_service_account" {
103
108
type=string
104
109
description="An optional service account to impersonate for gcloud commands. If this service account is not specified, the module will use Application Default Credentials."
0 commit comments