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
If I don't provide "minimum_tls_version", the minimum_tls_version 1.2 is applied per default. If I provide minimum_tls_version = "1.0" is is exactly applied as such.
I can create a MSSQL server without minimum TLS settings through Azure portal.
I can also create a MSSQL server without minumim TLS settings through terraform with azurerm provider 2.99, I have not checked any other provider versions yet
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.1.5
AzureRM Provider Version
3.3.0
Affected Resource(s)/Data Source(s)
azurerm_mssql_server
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
My expectaion is that a MSSQL server is created without any minimum TLS setting applied.
According to the documentation, any settings that have a default value applied are listed as such.
minimum_tls_version does not have a default value according to the doc: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/mssql_server
Actual Behaviour
If I don't provide "minimum_tls_version", the minimum_tls_version 1.2 is applied per default. If I provide minimum_tls_version = "1.0" is is exactly applied as such.
I can create a MSSQL server without minimum TLS settings through Azure portal.
I can also create a MSSQL server without minumim TLS settings through terraform with azurerm provider 2.99, I have not checked any other provider versions yet
Steps to Reproduce
No response
Important Factoids
No response
References
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/mssql_server
The text was updated successfully, but these errors were encountered: