From a01b04150361a3348a9d78636270ae4aeb6b64c6 Mon Sep 17 00:00:00 2001 From: Yurii Kyrychynskyi Date: Tue, 31 May 2022 17:49:08 +0200 Subject: [PATCH] chore: generate docs --- modules/workload-identity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/workload-identity/README.md b/modules/workload-identity/README.md index ffcf82834e..8e5beb002c 100644 --- a/modules/workload-identity/README.md +++ b/modules/workload-identity/README.md @@ -101,7 +101,7 @@ already bear the `"iam.gke.io/gcp-service-account"` annotation. | gcp\_sa\_name | Name for the Google service account; overrides `var.name`. | `string` | `null` | no | | impersonate\_service\_account | An optional service account to impersonate for gcloud commands. If this service account is not specified, the module will use Application Default Credentials. | `string` | `""` | no | | k8s\_sa\_name | Name for the Kubernetes service account; overrides `var.name`. `cluster_name` and `location` must be set when this input is specified. | `string` | `null` | no | -| k8s\_sa\_project\_id | GCP project ID of the k8s service account; overrides `var.project_id` | `string` | `null` | no | +| k8s\_sa\_project\_id | GCP project ID of the k8s service account; overrides `var.project_id`. | `string` | `null` | no | | location | Cluster location (region if regional cluster, zone if zonal cluster). Required if using existing KSA. | `string` | `""` | no | | name | Name for both service accounts. The GCP SA will be truncated to the first 30 chars if necessary. | `string` | n/a | yes | | namespace | Namespace for the Kubernetes service account | `string` | `"default"` | no |