Skip to content

Commit c94582c

Browse files
committed
update README.md
1 parent 98db588 commit c94582c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ module "mssql-server" {
104104
| admin\_password | The password associated with the admin\_username user | `string` | `null` | no |
105105
| admin\_username | The administrator login name for the new SQL Server | `string` | `null` | no |
106106
| create\_resource\_group | Whether to create resource group and use it for all networking resources | `bool` | `true` | no |
107+
| create\_storage\_account | Make it true to create storage account for the audit policies. | `bool` | `false` | no |
107108
| database\_name | The name of the database | `string` | `""` | no |
108109
| disabled\_alerts | Specifies an array of alerts that are disabled. Allowed values are: Sql\_Injection, Sql\_Injection\_Vulnerability, Access\_Anomaly, Data\_Exfiltration, Unsafe\_Action. | `list(any)` | `[]` | no |
109110
| email\_addresses\_for\_alerts | A list of email addresses which alerts should be sent to. | `list(any)` | `[]` | no |
@@ -139,6 +140,8 @@ module "mssql-server" {
139140
| sqldb\_init\_script\_file | SQL Script file name to create and initialize the database | `string` | `""` | no |
140141
| sqldb\_service\_objective\_name | The service objective name for the database | `string` | `"S1"` | no |
141142
| sqlserver\_name | SQL server Name | `string` | `""` | no |
143+
| storage\_account\_access\_key | The primary access key for the storage account. | `string` | `null` | no |
144+
| storage\_account\_blob\_endpoint | The endpoint URL for blob storage in the primary location. | `string` | `null` | no |
142145
| storage\_account\_id | The name of the storage account to store the all monitoring logs | `string` | `null` | no |
143146
| storage\_account\_name | The name of the storage account name | `string` | `null` | no |
144147
| tags | A map of tags to add to all resources | `map(string)` | `{}` | no |

0 commit comments

Comments
 (0)