Skip to content

Commit 7e5d0a9

Browse files
terraform-docs: automated action
1 parent 7c1db77 commit 7e5d0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ No modules.
3535

3636
| Name | Description | Type | Default | Required |
3737
|------|-------------|------|---------|:--------:|
38-
| <a name="input_databases"></a> [databases](#input\_databases) | Map of objects to configure MSSQL Database | <pre>map(object({<br> collation = optional(string, "SQL_Latin1_General_CP1_CI_AS")<br> sku = optional(string, "GP_S_Gen5_1")<br> max_size_gb = optional(string, "20")<br> min_capacity = optional(string, "0.5")<br> auto_pause_delay_in_minutes = optional(number, 60)<br> create_mode = optional(string, "Default")<br> creation_source_database_id = optional(string, null)<br> storage_account_type = optional(string, "ZRS")<br> }))</pre> | `{}` | no |
38+
| <a name="input_databases"></a> [databases](#input\_databases) | Map of objects to configure MSSQL Database | <pre>map(object({<br/> collation = optional(string, "SQL_Latin1_General_CP1_CI_AS")<br/> sku = optional(string, "GP_S_Gen5_1")<br/> max_size_gb = optional(string, "20")<br/> min_capacity = optional(string, "0.5")<br/> auto_pause_delay_in_minutes = optional(number, 60)<br/> create_mode = optional(string, "Default")<br/> creation_source_database_id = optional(string, null)<br/> storage_account_type = optional(string, "ZRS")<br/> }))</pre> | `{}` | no |
3939
| <a name="input_default_retention_days"></a> [default\_retention\_days](#input\_default\_retention\_days) | Specifies the number of days to keep in the Threat Detection audit logs. | `number` | `3` | no |
4040
| <a name="input_destination_type"></a> [destination\_type](#input\_destination\_type) | Log analytics destination type | `string` | `"Dedicated"` | no |
4141
| <a name="input_enable_diagnostic_setting"></a> [enable\_diagnostic\_setting](#input\_enable\_diagnostic\_setting) | Boolean flag to enabled diagnostic settings for databases | `bool` | `false` | no |

0 commit comments

Comments
 (0)