Support for azurerm_orchestrated_virtual_machine_scale_set documentation adjustment #24963
Closed
1 task done
Labels
Milestone
Is there an existing issue for this?
Community Note
Description
In documentation for azurerm_orchestrated_virtual_machine_scale_set in argument reference block there's a misleading description of eviction_policy. It says:
"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."
The Microsoft documentation says that eviction policy can be set only for Spot VMs. The description for eviction_policy argument should say:
"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."
See reference documentation below.
New or Affected Resource(s)/Data Source(s)
azurerm_orchestrated_virtual_machine_scale_set
Potential Terraform Configuration
No response
References
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/orchestrated_virtual_machine_scale_set
https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/use-spot
https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.management.compute.models.virtualmachine.evictionpolicy
The text was updated successfully, but these errors were encountered: