Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aqche committed May 23, 2020
1 parent 1f3b391 commit 9e79ac8
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -2743,9 +2743,9 @@ resource "azurerm_app_service" "test" {
}
ip_restriction {
ip_address = "30.30.30.0/24"
name = "test-restriction-3"
action = "Deny"
ip_address = "30.30.30.0/24"
name = "test-restriction-3"
action = "Deny"
}
}
}
Expand Down

0 comments on commit 9e79ac8

Please sign in to comment.