Skip to content

Commit

Permalink
fix incorrect rule
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Feb 20, 2025
1 parent c5350c8 commit 58b80cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ valid_azapi_mission_critical_virtual_machine_should_use_zone(resource) if {
}

valid_azapi_mission_critical_virtual_machine_should_use_zone(resource) if {
resource.after_unknown.zones == resource.after_unknown.zones
resource.after_unknown.body.zones == resource.after_unknown.body.zones
}

deny_mission_critical_virtual_machine_should_use_zone contains reason if {
Expand Down

0 comments on commit 58b80cb

Please sign in to comment.