Skip to content

Commit

Permalink
Merge pull request #10 from terraform-google-modules/ludo-fabric-org-…
Browse files Browse the repository at this point in the history
…samples

Update auto-generated docs for changes in #9
  • Loading branch information
morgante authored Aug 14, 2019
2 parents c1fcee5 + 9c1d246 commit c036729
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Functional examples are included in the
[examples](./examples/) directory.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

## Inputs

| Name | Description | Type | Default | Required |
Expand All @@ -59,8 +58,10 @@ Functional examples are included in the
|------|-------------|
| email | Service account email (for single use). |
| emails | Service account emails. |
| emails\_list | Service account emails. |
| iam\_email | IAM-format service account email (for single use). |
| iam\_emails | IAM-format service account emails. |
| iam\_emails\_list | IAM-format service account emails. |
| key | Service account key (for single use). |
| keys | Map of service account keys. |
| service\_account | Service account resource (for single use). |
Expand Down
3 changes: 2 additions & 1 deletion examples/multiple_service_accounts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ This example illustrates how to use the `service-accounts` module to generate mu
| Name | Description |
|------|-------------|
| emails | The service account emails. |
| iam\_emails | The service account IAM-format emails. |
| emails\_list | The service account emails as a list. |
| iam\_emails | The service account IAM-format emails as a map. |
| keys | The service account keys. |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Expand Down

0 comments on commit c036729

Please sign in to comment.