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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
The mysql_mysql_configuration_resource does not allow configuration of some parameters that are allowed in the OCI Console, like group_concat_max_len and table_open_cache. I understand that those parameters are not available in the OCI API at the moment, but I'm not sure where to raise an issue to get that updated and hope we can use this as a starting point.
Ideally all parameters that can be changed in the console should be able to be manipulated via the API and this provider.
vkruoso
changed the title
Add support for group_concat_max_len and table_open_cache in mysql_mysql_configuration_resource
Add support for group_concat_max_len and table_open_cache in mysql_mysql_configuration resource
Dec 27, 2024
Community Note
Description
The mysql_mysql_configuration_resource does not allow configuration of some parameters that are allowed in the OCI Console, like group_concat_max_len and table_open_cache. I understand that those parameters are not available in the OCI API at the moment, but I'm not sure where to raise an issue to get that updated and hope we can use this as a starting point.
Ideally all parameters that can be changed in the console should be able to be manipulated via the API and this provider.
References
API Docs - Create Config
API Docs - Supported Variables
The text was updated successfully, but these errors were encountered: