File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
examples/multiple_service_accounts Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ Functional examples are included in the
3838[ examples] ( ./examples/ ) directory.
3939
4040<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
41-
4241## Inputs
4342
4443| Name | Description | Type | Default | Required |
@@ -59,8 +58,10 @@ Functional examples are included in the
5958| ------| -------------|
6059| email | Service account email (for single use). |
6160| emails | Service account emails. |
61+ | emails\_ list | Service account emails. |
6262| iam\_ email | IAM-format service account email (for single use). |
6363| iam\_ emails | IAM-format service account emails. |
64+ | iam\_ emails\_ list | IAM-format service account emails. |
6465| key | Service account key (for single use). |
6566| keys | Map of service account keys. |
6667| service\_ account | Service account resource (for single use). |
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ This example illustrates how to use the `service-accounts` module to generate mu
1414| Name | Description |
1515| ------| -------------|
1616| emails | The service account emails. |
17- | iam\_ emails | The service account IAM-format emails. |
17+ | emails\_ list | The service account emails as a list. |
18+ | iam\_ emails | The service account IAM-format emails as a map. |
1819| keys | The service account keys. |
1920
2021<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
You can’t perform that action at this time.
0 commit comments