Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 15, 2023
1 parent e193949 commit 1023857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/data-share/data-share/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| <a name="input_account_id"></a> [account\_id](#input\_account\_id) | The ID of the Data Share account in which the Data Share is created. | `string` | n/a | yes |
| <a name="input_basename"></a> [basename](#input\_basename) | Basename of the module. | `string` | n/a | yes |
| <a name="input_description"></a> [description](#input\_description) | The Data Share's description. | `string` | `""` | no |
| <a name="input_kind"></a> [kind](#input\_kind) | The kind of the Data Share. | `string` | `"InPlace"` | no |
| <a name="input_kind"></a> [kind](#input\_kind) | The kind of the Data Share. | `string` | `"CopyBased"` | no |
| <a name="input_module_enabled"></a> [module\_enabled](#input\_module\_enabled) | Variable to enable or disable the module. | `bool` | `true` | no |
| <a name="input_snapshot_schedule"></a> [snapshot\_schedule](#input\_snapshot\_schedule) | "<br> name - The name of the snapshot schedule.<br> recurrence - The interval of the synchronization with the source data. Possible values are Hour and Day.<br> start\_time - The synchronization with the source data's start time.<br> " | <pre>map(<br> object(<br> {<br> name = optional(string)<br> recurrence = optional(string)<br> start_time = optional(string)<br> }<br> )<br> )</pre> | `{}` | no |
| <a name="input_terms"></a> [terms](#input\_terms) | The terms of the Data Share. | `string` | `""` | no |
Expand Down

0 comments on commit 1023857

Please sign in to comment.