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
It probably has to wait to implement in ARM API & Azure SDK for GO
New or Affected Resource(s)/Data Source(s)
azurerm_mysql_flexible_server
Potential Terraform Configuration
// add new flag probably ?azurerm_mysql_flexible_server {
...storage {
iops_autoscale=true
}
...
}
// it should lead to error when combined with conrete setting as it's incompatibileazurerm_mysql_flexible_server {
...storage {
iops=300iops_autoscale=true
}
}
Is there an existing issue for this?
Community Note
Description
Allow Autoscale IOPS setting for MySQL Flexible Server as documented in https://learn.microsoft.com/en-us/azure/mysql/flexible-server/concepts-service-tiers-storage#autoscale-iops
It probably has to wait to implement in ARM API & Azure SDK for GO
New or Affected Resource(s)/Data Source(s)
azurerm_mysql_flexible_server
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: