Open JohanVanneuville opened 1 year ago
See this comment: https://github.com/hashicorp/terraform-provider-azurerm/issues/21561#issuecomment-1678546541
there is currently no properties from Swagger to toggle this. From the Azure document, this is done by installing a VM extension https://learn.microsoft.com/azure/virtual-machines/boot-integrity-monitoring-overview?tabs=template, you can refer to azurerm_virtual_machine_extension for how to use this resource.
Is there an existing issue for this?
Community Note
Description
Please include to add integrity_monitoring = "true" to "azurerm_windows_virtual_machine"
New or Affected Resource(s)/Data Source(s)
azurerm 3.67.0
Potential Terraform Configuration
References
No response