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/workload-identity/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,7 @@ already bear the `"iam.gke.io/gcp-service-account"` annotation.
105
105
| 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 |
106
106
| k8s\_sa\_project\_id | GCP project ID of the k8s service account; overrides `var.project_id`. |`string`|`null`| no |
107
107
| location | Cluster location (region if regional cluster, zone if zonal cluster). Required if using existing KSA. |`string`|`""`| no |
108
+
| module\_depends\_on | List of modules or resources to depend on before annotating KSA. If multiple, all items must be the same type. |`list(any)`|`[]`| no |
108
109
| name | Name for both service accounts. The GCP SA will be truncated to the first 30 chars if necessary. |`string`| n/a | yes |
109
110
| namespace | Namespace for the Kubernetes service account |`string`|`"default"`| no |
0 commit comments