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
Copy file name to clipboardExpand all lines: modules/mssql/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ The following dependency must be available for SQL Server module:
39
39
| random\_instance\_name | Sets random suffix at the end of the Cloud SQL resource name |`bool`|`false`| no |
40
40
| region | The region of the Cloud SQL resources |`string`|`"us-central1"`| no |
41
41
| root\_password | MSSERVER password for the root user. If not set, a random one will be generated and available in the root\_password output variable. |`string`|`""`| no |
42
+
| sql\_server\_audit\_config | Active domain that the SQL instance will join. |`map(string)`|`{}`| no |
42
43
| tier | The tier for the master instance. |`string`|`"db-custom-2-3840"`| no |
43
44
| update\_timeout | The optional timeout that is applied to limit long database updates. |`string`|`"15m"`| no |
44
45
| user\_labels | The key/value labels for the master instances. |`map(string)`|`{}`| no |
0 commit comments