Skip to content

Commit

Permalink
azurerm_application_gateway - Update main.tf: add priority for rule (#…
Browse files Browse the repository at this point in the history
…24714)

Priority for the request routing rule  cannot be empty
  • Loading branch information
zaidmohd authored Jan 30, 2024
1 parent 0fbbaaf commit 8b60dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/private-endpoint/application-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ resource "azurerm_application_gateway" "example" {
http_listener_name = "listener"
backend_address_pool_name = "backend"
backend_http_settings_name = "settings"
priority = 100
}
}

Expand Down

0 comments on commit 8b60dbb

Please sign in to comment.