Skip to content

Commit

Permalink
Regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed May 29, 2019
1 parent d31103a commit 3e5618a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ so that all dependencies are met.
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| dataset\_name | The name of the bigquery dataset to be created and used for log entries matching the filter. | string | n/a | yes |
| delete\_contents\_on\_destroy | (Optional) If set to true, delete all the tables in the dataset when destroying the resource; otherwise, destroying the resource will fail if tables are present. | string | `"true"` | no |
| location | The location of the storage bucket. | string | `"US"` | no |
| log\_sink\_writer\_identity | The service account that logging uses to write log entries to the destination. (This is available as an output coming from the root module). | string | n/a | yes |
| project\_id | The ID of the project in which the bigquery dataset will be created. | string | n/a | yes |

Expand Down
2 changes: 2 additions & 0 deletions modules/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ so that all dependencies are met.

| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| location | The location of the storage bucket. | string | `"US"` | no |
| log\_sink\_writer\_identity | The service account that logging uses to write log entries to the destination. (This is available as an output coming from the root module). | string | n/a | yes |
| project\_id | The ID of the project in which the storage bucket will be created. | string | n/a | yes |
| storage\_bucket\_name | The name of the storage bucket to be created and used for log entries matching the filter. | string | n/a | yes |
| storage\_class | The storage class of the storage bucket. | string | `"MULTI_REGIONAL"` | no |

## Outputs

Expand Down

0 comments on commit 3e5618a

Please sign in to comment.