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
When creating a mysql database with the attribute ssl_enforcement_enabled set to false. The attribute ssl_minimal_tls_version_enforced must be set to "TLSEnforcementDisabled" or the mysql database will throw an error that the incorrect Minimum TLS version is set because terraform will set the version to the default of "TLS1_2".
Error:
azurerm_mysql_server.mysqlserver: Creating...
╷
│ Error: creating Server: (Name "it-dev-mydb102" / Resource Group "it-dev-rg"): mysql.ServersClient#Create: Failure sending request: StatusCode=400 -- Original Error: Code="InvalidParameterValue" Message="Invalid value given for parameter 'MinimalTlsVersion'. Specify a valid parameter value."
│
│ with azurerm_mysql_server.mysqlserver,
│ on c4-azure-mysql-database.tf line 2, in resource "azurerm_mysql_server" "mysqlserver":
│ 2: resource "azurerm_mysql_server" "mysqlserver" {
│
╵
Plan:
When creating a mysql database with the attribute ssl_enforcement_enabled set to false. The attribute ssl_minimal_tls_version_enforced must be set to "TLSEnforcementDisabled" or the mysql database will throw an error that the incorrect Minimum TLS version is set because terraform will set the version to the default of "TLS1_2".
Error:
azurerm_mysql_server.mysqlserver: Creating...
╷
│ Error: creating Server: (Name "it-dev-mydb102" / Resource Group "it-dev-rg"): mysql.ServersClient#Create: Failure sending request: StatusCode=400 -- Original Error: Code="InvalidParameterValue" Message="Invalid value given for parameter 'MinimalTlsVersion'. Specify a valid parameter value."
│
│ with azurerm_mysql_server.mysqlserver,
│ on c4-azure-mysql-database.tf line 2, in resource "azurerm_mysql_server" "mysqlserver":
│ 2: resource "azurerm_mysql_server" "mysqlserver" {
│
╵
Plan:
The text was updated successfully, but these errors were encountered: