Skip to content

Commit 0faa585

Browse files
committed
docs: 📚️ update README
1 parent 55bc345 commit 0faa585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ module "sql_single" {
248248
| outbound\_network\_restriction\_enabled | Whether outbound network traffic is restricted for this server. | `bool` | `false` | no |
249249
| point\_in\_time\_backup\_interval\_in\_hours | The hours between each differential backup. This is only applicable to live databases but not dropped databases. Value has to be 12 or 24. Defaults to 12 hours. | `number` | `12` | no |
250250
| point\_in\_time\_restore\_retention\_days | Point In Time Restore configuration. Value has to be between `7` and `35`. | `number` | `7` | no |
251+
| primary\_user\_assigned\_identity\_id | Specifies the primary user managed identity id. Required if type within the identity block is set to either SystemAssigned, UserAssigned or UserAssigned and should be set at same time as setting identity\_ids. | `string` | `null` | no |
251252
| public\_network\_access\_enabled | True to allow public network access for this server. | `bool` | `false` | no |
252253
| resource\_group\_name | Resource group name. | `string` | n/a | yes |
253254
| security\_storage\_account\_access\_key | Storage Account access key used to store security logs and reports. | `string` | `null` | no |

0 commit comments

Comments
 (0)