Skip to content

Commit

Permalink
Update waf/azurerm_compute_virtualmachinescaleset.go
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Jan 9, 2025
1 parent 03344ad commit 44244b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waf/azurerm_compute_virtualmachinescaleset.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func (wf WafRules) AutomaticRepairsPolicyEnabledLinux() *attrvalue.SimpleRule[bo
func (wf WafRules) AutomaticRepairsPolicyEnabledWindows() *attrvalue.SimpleRule[bool] {
return attrvalue.NewSimpleRule[bool](
"azurerm_windows_virtual_machine_scale_set",
"automatic_instance_repair ",
"automatic_instance_repair",
[]bool{true},
"https://azure.github.io/Azure-Proactive-Resiliency-Library-v2/azure-resources/Compute/virtualMachineScaleSets/#enable-automatic-repair-policy-on-azure-virtual-machine-scale-sets",
false,
Expand Down

0 comments on commit 44244b8

Please sign in to comment.