Skip to content

Commit

Permalink
features fix document of feature flag `roll_instances_when_required…
Browse files Browse the repository at this point in the history
…` for `virtual_machine_scale_set`
  • Loading branch information
myc2h6o committed Aug 16, 2023
1 parent d20b0e8 commit 670148e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/features-block.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,6 @@ The `virtual_machine_scale_set` block supports the following:

~> **Note:** Support for Force Delete is in an opt-in Preview.

* `roll_instances_when_required` - (Optional) Should the `azurerm_linux_virtual_machine_scale_set` and `azurerm_windows_virtual_machine_scale_set` resources automatically roll the instances in the Scale Set when Required (for example when updating the Sku/Image). Defaults to `true`.
* `roll_instances_when_required` - (Required) Should the `azurerm_linux_virtual_machine_scale_set` and `azurerm_windows_virtual_machine_scale_set` resources automatically roll the instances in the Scale Set when Required (for example when updating the Sku/Image).

* `scale_to_zero_before_deletion` - (Optional) Should the `azurerm_linux_virtual_machine_scale_set` and `azurerm_windows_virtual_machine_scale_set` resources scale to 0 instances before deleting the resource. Defaults to `true`.

0 comments on commit 670148e

Please sign in to comment.