@@ -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