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 comments along the lines of "+1", "me too" or "any updates", 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 and review the contribution guide to help.
Description
When using the newer azurerm_orchestrated_virtual_machine_scale_set resource instead of azurerm_windows_virtual_machine_scale_set there is no option to configure the rolling upgrade policy can this please be added.
New or Affected Resource(s)/Data Source(s)
azurerm_orchestrated_virtual_machine_scale_set
Potential Terraform Configuration
resource"azurerm_orchestrated_virtual_machine_scale_set""this" {
...# Rest Of Configurationrolling_upgrade_policy {
cross_zone_upgrades_enabled=falsemax_batch_instance_percent=50max_unhealthy_instance_percent=50max_unhealthy_upgraded_instance_percent=50pause_time_between_batches="PT30S"prioritize_unhealthy_instances_enabled=truemaximum_surge_instances_enabled=true
}
}
References
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Community Note
Description
When using the newer azurerm_orchestrated_virtual_machine_scale_set resource instead of azurerm_windows_virtual_machine_scale_set there is no option to configure the rolling upgrade policy can this please be added.
New or Affected Resource(s)/Data Source(s)
azurerm_orchestrated_virtual_machine_scale_set
Potential Terraform Configuration
References
No response
The text was updated successfully, but these errors were encountered: