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 "+1" or "me too" comments, 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
Description
It would be useful if users could opt in for vm_agent_platform_updates_enabled to get VMAgent Platform Updates enabled. The provider's defaults to false.
New or Affected Resource(s)/Data Source(s)
azurerm_windows_virtual_machine
Potential Terraform Configuration
variable"vm_agent_platform_updates_enabled" {
description="Specifies whether VMAgent Platform Updates is enabled. Defaults to `false`."type=booldefault=false
}
Community Note
Description
It would be useful if users could opt in for vm_agent_platform_updates_enabled to get VMAgent Platform Updates enabled. The provider's defaults to
false
.New or Affected Resource(s)/Data Source(s)
azurerm_windows_virtual_machine
Potential Terraform Configuration
and below this line
terraform-azurerm-windows-vm/r-vm.tf
Line 91 in 05e3437
References
azurerm_linux_virtual_machine
,azurerm_windows_virtual_machine
- Supportautomatic_upgrade_enabled
,disk_controller_type
,os_image_notification
,treat_failure_as_deployment_failure_enabled
andvm_agent_platform_updates_enabled
hashicorp/terraform-provider-azurerm#23394The text was updated successfully, but these errors were encountered: