Skip to content

Commit

Permalink
Indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
boschcrank committed Jun 30, 2020
1 parent 9391904 commit c7ffa1f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ resource "azurerm_web_application_firewall_policy" "test" {
}
policy_settings {
enabled = true
mode = "Detection"
enabled = true
mode = "Detection"
}
}
`, data.RandomInteger, data.Locations.Primary, data.RandomInteger)
Expand Down Expand Up @@ -350,8 +350,8 @@ resource "azurerm_web_application_firewall_policy" "test" {
}
policy_settings {
enabled = true
mode = "Prevention"
enabled = true
mode = "Prevention"
}
}
`, data.RandomInteger, data.Locations.Primary, data.RandomInteger)
Expand Down

0 comments on commit c7ffa1f

Please sign in to comment.