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 attempting to create a MySQL 8.0 PaaS instance using the gridscale Terraform Provider (version 1.22.0), an error with status code 400 is encountered. The error message is as follows:
Error: Status code: 400. Error: {'type': 'HTTPError', 'status_code': 400, 'message': "(400, 'Service parameters are not valid - please check the parameter schema definition')"}. Request UUID: 38ba37aa-402e-4477-8f9c-0cdcca3426b6.
Steps to Reproduce:
Use the gridscale Terraform Provider version 1.22.0.
Attempt to create a MySQL 8 PaaS instance using the minimal required parameter set in Terraform configuration:
Additional Note:
Creating the MySQL 8 PaaS instance via the gridscale panel works as expected.
Documentation Note:
Additionally, the terraform provider documentation employs examples based on MySQL 5.7, which is now marked as inactive. The default mysql_sql_mode parameters contain NO_AUTO_CREATE_USER wich is not supported by version 8 anymore. However, removing it from the parameter list in terraform doesn't solve the issue.
The text was updated successfully, but these errors were encountered:
When attempting to create a MySQL 8.0 PaaS instance using the gridscale Terraform Provider (version 1.22.0), an error with status code 400 is encountered. The error message is as follows:
Error: Status code: 400. Error: {'type': 'HTTPError', 'status_code': 400, 'message': "(400, 'Service parameters are not valid - please check the parameter schema definition')"}. Request UUID: 38ba37aa-402e-4477-8f9c-0cdcca3426b6.
Steps to Reproduce:
Additional Note:
Creating the MySQL 8 PaaS instance via the gridscale panel works as expected.
Documentation Note:
Additionally, the terraform provider documentation employs examples based on MySQL 5.7, which is now marked as inactive. The default mysql_sql_mode parameters contain NO_AUTO_CREATE_USER wich is not supported by version 8 anymore. However, removing it from the parameter list in terraform doesn't solve the issue.
The text was updated successfully, but these errors were encountered: