-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for azurerm_mysql_flexible_server_configuration
#13824
Comments
@kingsleyadam Do you want to pick this up yourselves or should I give it a try? At first sight this seems like almost copy-past of |
As much as I would like to @aristosvo, I've never worked in Go, and getting myself up-to-speed would take much longer with my current capacity. Would be great if you could give it a try, I'll check out the PR so I can see what was needed, which should help me learn more about the project structure and Go. Thanks! |
@kingsleyadam No problem, PR is submitted! I made my commits a bit smaller to make understanding of the functionality and code easier. Let me know if there are any questions 👍 |
Wow, that was quick. I'll take a look. Thanks! |
This functionality has been released in v2.82.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Community Note
Description
azurerm_mysql_flexible_server
was added in #13678 but support for adjusting MySQL Server Paramaters was not included. With theazurerm_mysql_server
resource we can do this with theazurerm_mysql_configuration
resource.Request to add a new resource
azurerm_mysql_flexible_server_configuration
to support MySQL Server Paramater configuration onazurerm_mysql_flexible_server
New or Affected Resource(s)
azurerm_mysql_flexible_server_configuration
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: