Skip to content

Commit

Permalink
Update doc example for request_timeout of application gateway (#7512)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Ye committed Jun 28, 2020
1 parent 9ad8015 commit 3c26dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/application_gateway.html.markdown
Expand Up @@ -93,7 +93,7 @@ resource "azurerm_application_gateway" "network" {
path = "/path1/"
port = 80
protocol = "Http"
request_timeout = 1
request_timeout = 60
}
http_listener {
Expand Down

0 comments on commit 3c26dd0

Please sign in to comment.