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
| <aname="input_project"></a> [project](#input\_project)| Project name |`string`| n/a | yes |
40
-
| <aname="input_env"></a> [env](#input\_env)| Environment name |`string`| n/a | yes |
41
-
| <aname="input_resource_group"></a> [resource\_group](#input\_resource\_group)| The name of the resource group in which to create the Microsoft SQL Server |`string`| n/a | yes |
42
-
| <aname="input_location"></a> [location](#input\_location)| Specifies the supported Azure location where the resource exists |`string`| n/a | yes |
43
-
| <aname="input_admin_login"></a> [admin\_login](#input\_admin\_login)| The administrator login name for the server |`string`| n/a | yes |
44
-
| <aname="input_admin_password"></a> [admin\_password](#input\_admin\_password)| The password associated with the admin_username |`string`| n/a | yes |
45
-
| <aname="input_azure_ad_admin_login"></a> [azure\_ad\_admin\_login](#input\_azure\_ad\_admin\_login)| The login username of the Azure AD Administrator of this SQL Server |`string`| n/a | yes |
46
-
| <aname="input_azure_ad_admin_object_id"></a> [azure\_ad\_admin\_object\_id](#input\_azure\_ad\_admin\_object\_id)| The object id of the Azure AD Administrator of this SQL Server |`string`| n/a | yes |
47
-
| <aname="input_server_version"></a> [server_version](#input\_server\_version)| Server version |`string`| 12.0 | no |
48
-
| <aname="input_connection_policy"></a> [connection\_policy](#input\_connection\_policy)| The connection policy the server will use: [Default \| Proxy \| Redirect]|`string`| Default | no |
49
-
| <aname="input_minimum_tls_version"></a> [minimum\_tls\_version](#input\_minimum\_tls\_version)| The Minimum TLS Version for all SQL Database and SQL Data Warehouse databases associated with the server: [1.0 \| 1.1 \| 1.2]|`string`| 1.2 | no |
50
-
| <aname="input_public_network_access_enabled"></a> [public\_network\_access\_enabled](#input\_public\_network\_access\_enabled)| Whether public network access is allowed for this server |`bool`| true | no |
51
-
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to the resource |`map(any)`| {} | no |
52
-
| <aname="input_ip_rules"></a> [ip\_rules](#input\_ip\_rules)| Map of IP addresses permitted for access to DB |`map(string)`| {} | no |
53
-
| <aname="input_key_vault_id"></a> [key\_vault\_id](#input\_key\_vault\_id)| Key Vault Id |`map(string)`| {} | no |
54
-
| <aname="input_key_opts"></a> [key\_opts](#input\_key\_opts)| JSON web key operations: [decrypt\|encrypt\|sign\|unwrapKey\|verify\|wrapKey]|`list(string)`| <pre>[<br> "decrypt",<br> "encrypt",<br> "sign",<br> "unwrapKey",<br> "verify",<br> "wrapKey"<br>]</pre> | no |
55
-
| <aname="input_key_size"></a> [key\_size](#input\_key\_size)| Size of the RSA key to create in bytes, requied for RSA & RSA-HSM: [1024\|2048]|`number`|`2048`| no |
56
-
| <aname="input_key_type"></a> [key\_type](#input\_key\_type)| Key Type to use for this Key Vault Key: [EC\|EC-HSM\|Oct\|RSA\|RSA-HSM]|`string`|`"RSA"`| no |
38
+
| Name | Description | Type | Default | Required |
| <aname="input_project"></a> [project](#input\_project)| Project name |`string`| n/a | yes |
41
+
| <aname="input_env"></a> [env](#input\_env)| Environment name |`string`| n/a | yes |
42
+
| <aname="input_resource_group"></a> [resource\_group](#input\_resource\_group)| The name of the resource group in which to create the Microsoft SQL Server |`string`| n/a | yes |
43
+
| <aname="input_location"></a> [location](#input\_location)| Specifies the supported Azure location where the resource exists |`string`| n/a | yes |
44
+
| <aname="input_admin_login"></a> [admin\_login](#input\_admin\_login)| The administrator login name for the server |`string`| n/a | yes |
45
+
| <aname="input_admin_password"></a> [admin\_password](#input\_admin\_password)| The password associated with the admin_username |`string`| n/a | yes |
46
+
| <aname="input_azure_ad_admin_login"></a> [azure\_ad\_admin\_login](#input\_azure\_ad\_admin\_login)| The login username of the Azure AD Administrator of this SQL Server |`string`| n/a | yes |
47
+
| <aname="input_azure_ad_admin_object_id"></a> [azure\_ad\_admin\_object\_id](#input\_azure\_ad\_admin\_object\_id)| The object id of the Azure AD Administrator of this SQL Server |`string`| n/a | yes |
48
+
| <aname="input_server_version"></a> [server_version](#input\_server\_version)| Server version |`string`| 12.0 | no |
49
+
| <aname="input_connection_policy"></a> [connection\_policy](#input\_connection\_policy)| The connection policy the server will use: [Default \| Proxy \| Redirect]|`string`| Default | no |
50
+
| <aname="input_minimum_tls_version"></a> [minimum\_tls\_version](#input\_minimum\_tls\_version)| The Minimum TLS Version for all SQL Database and SQL Data Warehouse databases associated with the server: [1.0 \| 1.1 \| 1.2]|`string`| 1.2 | no |
51
+
| <aname="input_public_network_access_enabled"></a> [public\_network\_access\_enabled](#input\_public\_network\_access\_enabled)| Whether public network access is allowed for this server |`bool`| true | no |
52
+
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to the resource |`map(any)`| {} | no |
53
+
| <aname="input_ip_rules"></a> [ip\_rules](#input\_ip\_rules)| Map of IP addresses permitted for access to DB |`map(string)`| {} | no |
54
+
| <aname="input_key_vault_id"></a> [key\_vault\_id](#input\_key\_vault\_id)| Key Vault Id |`map(string)`| {} | no |
55
+
| <aname="input_key_opts"></a> [key\_opts](#input\_key\_opts)| JSON web key operations: [decrypt\|encrypt\|sign\|unwrapKey\|verify\|wrapKey]|`list(string)`| <pre>[<br> "decrypt",<br> "encrypt",<br> "sign",<br> "unwrapKey",<br> "verify",<br> "wrapKey"<br>]</pre> | no |
56
+
| <aname="input_key_size"></a> [key\_size](#input\_key\_size)| Size of the RSA key to create in bytes, requied for RSA & RSA-HSM: [1024\|2048]|`number`|`2048`| no |
57
+
| <aname="input_key_type"></a> [key\_type](#input\_key\_type)| Key Type to use for this Key Vault Key: [EC\|EC-HSM\|Oct\|RSA\|RSA-HSM]|`string`|`"RSA"`| no |
58
+
| <aname="input_mssql_defender_state"></a> [mssql\_defender\_state](#input\_mssql\_defender\_state)| Manages Microsoft Defender state on the mssql server: [Disabled\|Enabled]|`string`|`"Disabled"`| no |
0 commit comments