Skip to content

Commit c036729

Browse files
authored
Merge pull request #10 from terraform-google-modules/ludo-fabric-org-samples
Update auto-generated docs for changes in #9
2 parents c1fcee5 + 9c1d246 commit c036729

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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). |

examples/multiple_service_accounts/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 -->

0 commit comments

Comments
 (0)