Add rolling_upgrade_policy
to azurerm_linux_virtual_machine_scale_set
#210
Labels
enhancement
New feature or request
What problem would you like to address?
I would like to add the ability to configure
rolling_upgrade_policy
inazurerm_linux_virtual_machine_scale_set
. This will solve some unavailabilities of TFE when OS updates are applied.Should I create a PR for that change?
Who is the audience for this request?
TFE Customer
What would the ideal solution look like?
Have a configurable
rolling_update_policy
with some defaults:var.vm_upgrade_mode
defaults to"Manual"
, so the block wouldn't apply.What alternatives have you considered?
Nothing.
How does this impact you?
I inlined the
vm
module for my TFE installation and applied this change already.Are there any deadlines?
No.
Is there any additional context?
No.
The text was updated successfully, but these errors were encountered: