From 1023857ed1c8407fd369530841595682ab17558f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Feb 2023 18:27:25 +0000 Subject: [PATCH] terraform-docs: automated action --- terraform/data-share/data-share/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/data-share/data-share/README.md b/terraform/data-share/data-share/README.md index bf5dd791..e7711098 100644 --- a/terraform/data-share/data-share/README.md +++ b/terraform/data-share/data-share/README.md @@ -12,7 +12,7 @@ | [account\_id](#input\_account\_id) | The ID of the Data Share account in which the Data Share is created. | `string` | n/a | yes | | [basename](#input\_basename) | Basename of the module. | `string` | n/a | yes | | [description](#input\_description) | The Data Share's description. | `string` | `""` | no | -| [kind](#input\_kind) | The kind of the Data Share. | `string` | `"InPlace"` | no | +| [kind](#input\_kind) | The kind of the Data Share. | `string` | `"CopyBased"` | no | | [module\_enabled](#input\_module\_enabled) | Variable to enable or disable the module. | `bool` | `true` | no | | [snapshot\_schedule](#input\_snapshot\_schedule) | "
name - The name of the snapshot schedule.
recurrence - The interval of the synchronization with the source data. Possible values are Hour and Day.
start\_time - The synchronization with the source data's start time.
" |
map(
object(
{
name = optional(string)
recurrence = optional(string)
start_time = optional(string)
}
)
)
| `{}` | no | | [terms](#input\_terms) | The terms of the Data Share. | `string` | `""` | no |