Skip to content

Commit a01b041

Browse files
committed
chore: generate docs
1 parent a2f555e commit a01b041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/workload-identity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ already bear the `"iam.gke.io/gcp-service-account"` annotation.
101101
| gcp\_sa\_name | Name for the Google service account; overrides `var.name`. | `string` | `null` | no |
102102
| 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 |
103103
| 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 |
104-
| k8s\_sa\_project\_id | GCP project ID of the k8s service account; overrides `var.project_id` | `string` | `null` | no |
104+
| k8s\_sa\_project\_id | GCP project ID of the k8s service account; overrides `var.project_id`. | `string` | `null` | no |
105105
| location | Cluster location (region if regional cluster, zone if zonal cluster). Required if using existing KSA. | `string` | `""` | no |
106106
| name | Name for both service accounts. The GCP SA will be truncated to the first 30 chars if necessary. | `string` | n/a | yes |
107107
| namespace | Namespace for the Kubernetes service account | `string` | `"default"` | no |

0 commit comments

Comments
 (0)