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
feat!: add support for settings.active_directory_config for SQL module (#305)
* add support for settings.active_directory_config for SQL module
* make active_directory_config a map(string)
* fix linting issues
* bump min provider version to v4.22.0
Co-authored-by: Bharath KKB <[email protected]>
| activation\_policy | The activation policy for the master instance.Can be either `ALWAYS`, `NEVER` or `ON_DEMAND`. |`string`|`"ALWAYS"`| no |
13
+
| active\_directory\_config | Active domain that the SQL instance will join. |`map(string)`|`{}`| no |
13
14
| additional\_databases | A list of databases to be created in your cluster | <pre>list(object({<br> name = string<br> charset = string<br> collation = string<br> }))</pre> |`[]`| no |
14
15
| additional\_users | A list of users to be created in your cluster | <pre>list(object({<br> name = string<br> password = string<br> }))</pre> |`[]`| no |
15
16
| availability\_type | The availability type for the master instance.This is only used to set up high availability for the MSSQL instance. Can be either `ZONAL` or `REGIONAL`. |`string`|`"ZONAL"`| no |
0 commit comments