Skip to content

Commit fc031fc

Browse files
authored
chore: Generate docs for workload identity submodule (#532)
1 parent 432e5bf commit fc031fc

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

modules/workload-identity/README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,25 @@ module "my-app-workload-identity" {
6666
}
6767
```
6868

69+
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
6970
## Inputs
7071

71-
| Name | Description | Type | Default | Required |
72-
| ---------------------- | ------------------------------------------------------------------ | :----: | :---------: | :------: |
73-
| name | Name for both service accounts | string | n/a | yes |
74-
| namespace | Namespace for k8s service account | string | `"default"` | no |
75-
| project | GCP project ID | string | n/a | yes |
76-
| use\_existing\_k8s\_sa | Use an existing kubernetes service account instead of creating one | bool | `false` | no |
72+
| Name | Description | Type | Default | Required |
73+
|------|-------------|:----:|:-----:|:-----:|
74+
| k8s\_sa\_name | Name for the existing Kubernetes service account | string | `"null"` | no |
75+
| name | Name for both service accounts | string | n/a | yes |
76+
| namespace | Namespace for k8s service account | string | `"default"` | no |
77+
| project\_id | GCP project ID | string | n/a | yes |
78+
| use\_existing\_k8s\_sa | Use an existing kubernetes service account instead of creating one | bool | `"false"` | no |
7779

7880
## Outputs
7981

80-
| Name | Description |
81-
| -------------------------------- | ----------------------------------------------------------- |
82-
| gcp\_service\_account\_email | GCP service account's email |
83-
| gcp\_service\_account\_fqn | GCP service account's email prefixed with `serviceAccount:` |
84-
| gcp\_service\_account\_name | GCP service account's name |
85-
| k8s\_service\_account\_name | Kubernetes service account's name |
86-
| k8s\_service\_account\_namespace | Kubernetes service account's namespace |
82+
| Name | Description |
83+
|------|-------------|
84+
| gcp\_service\_account\_email | Email address of GCP service account. |
85+
| gcp\_service\_account\_fqn | FQN of GCP service account. |
86+
| gcp\_service\_account\_name | Name of GCP service account. |
87+
| k8s\_service\_account\_name | Name of k8s service account. |
88+
| k8s\_service\_account\_namespace | Namespace of k8s service account. |
89+
90+
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

0 commit comments

Comments
 (0)