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: modules/kubectl-wrapper/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ module "kubectl" {
40
40
| service\_account\_key\_file | Path to service account key file to auth as for running `gcloud container clusters get-credentials`. |`string`|`""`| no |
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
-
| use\_connect\_gateway | Use Connect Gateway to obtain credentials. The provided cluster\_name will be used as the fleet membership name. |`bool`|`false`| no |
44
43
| use\_existing\_context | Use existing kubecontext to auth kube-api. |`bool`|`false`| no |
45
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="An optional service account to impersonate for gcloud commands. If this service account is not specified, the module will use Application Default Credentials."
114
114
default=""
115
115
}
116
-
117
-
variable"use_connect_gateway" {
118
-
type=bool
119
-
description="Use Connect Gateway to obtain credentials. The provided cluster_name will be used as the fleet membership name."
0 commit comments