Skip to content

Commit

Permalink
Update orchestrated_virtual_machine_scale_set.html.markdown (hashicor…
Browse files Browse the repository at this point in the history
…p#24964)

This closes hashicorp#24963 issue
  • Loading branch information
alselivonets authored and rizkybiz committed Feb 29, 2024
1 parent 497c179 commit c767ce9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ resource "azurerm_orchestrated_virtual_machine_scale_set" "example" {

* `extensions_time_budget` - (Optional) Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. Defaults to `PT1H30M`.

* `eviction_policy` - (Optional) The Policy which should be used Virtual Machines are Evicted from the Scale Set. Possible values are `Deallocate` and `Delete`. Changing this forces a new resource to be created.
* `eviction_policy` - (Optional) The Policy which should be used by Spot Virtual Machines that are Evicted from the Scale Set. Possible values are `Deallocate` and `Delete`. Changing this forces a new resource to be created.

* `identity` - (Optional) An `identity` block as defined below.

Expand Down

0 comments on commit c767ce9

Please sign in to comment.