You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,8 +67,6 @@ The following arguments are supported:
74
67
75
68
*`azuread_administrator` - (Optional) An `azuread_administrator` block as defined below.
76
69
77
-
*`extended_auditing_policy` - (Optional) A `extended_auditing_policy` block as defined below.
78
-
79
70
*`connection_policy` - (Optional) The connection policy the server will use. Possible values are `Default`, `Proxy`, and `Redirect`. Defaults to `Default`.
80
71
81
72
*`identity` - (Optional) An `identity` block as defined below.
@@ -132,20 +123,6 @@ An `azuread_administrator` block supports the following:
132
123
133
124
*`azuread_authentication_only` - (Optional) Specifies whether only AD Users and administrators (like `azuread_administrator.0.login_username`) can be used to login or also local database users (like `administrator_login`).
134
125
135
-
---
136
-
137
-
An `extended_auditing_policy` block supports the following:
138
-
139
-
*`storage_account_access_key` - (Optional) Specifies the access key to use for the auditing storage account.
140
-
141
-
*`storage_endpoint` - (Optional) Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net).
142
-
143
-
*`storage_account_access_key_is_secondary` - (Optional) Specifies whether `storage_account_access_key` value is the storage's secondary key.
144
-
145
-
*`retention_in_days` - (Optional) Specifies the number of days to retain logs for in the storage account.
146
-
147
-
*`log_monitoring_enabled` - (Optional) Enable audit events to Azure Monitor? To enable server audit events to Azure Monitor, please enable its main database audit events to Azure Monitor.
148
-
149
126
### Timeouts
150
127
151
128
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) for certain actions:
*`tags` - (Optional) A mapping of tags to assign to the resource.
@@ -114,20 +105,6 @@ The following attributes are exported:
114
105
115
106
-> You can access the Principal ID via `${azurerm_mssql_server.example.identity.0.principal_id}` and the Tenant ID via `${azurerm_mssql_server.example.identity.0.tenant_id}`
116
107
117
-
---
118
-
119
-
A `extended_auditing_policy` block supports the following:
120
-
121
-
*`storage_account_access_key` - (Optional) Specifies the access key to use for the auditing storage account.
122
-
123
-
*`storage_endpoint` - (Optional) Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net).
124
-
125
-
*`storage_account_access_key_is_secondary` - (Optional) Specifies whether `storage_account_access_key` value is the storage's secondary key.
126
-
127
-
*`retention_in_days` - (Optional) Specifies the number of days to retain logs for in the storage account.
128
-
129
-
*`log_monitoring_enabled` - (Optional) Enable audit events to Azure Monitor? To enable server audit events to Azure Monitor, please enable its primary database audit events to Azure Monitor.
130
-
131
108
### Timeouts
132
109
133
110
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) for certain actions:
0 commit comments