Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Sune Keller <absukl@almbrand.dk>
  • Loading branch information
sirlatrom committed Apr 25, 2020
1 parent e838ca2 commit 94b5e9d
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -244,6 +244,11 @@ resource "azurerm_web_application_firewall_policy" "test" {
version = "3.1"
}
}
policy_settings {
enabled = true
mode = "Detection"
}
}
`, data.RandomInteger, data.Locations.Primary, data.RandomInteger)
}
Expand Down

0 comments on commit 94b5e9d

Please sign in to comment.