Skip to content

Commit

Permalink
fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianiliev1 committed Oct 30, 2024
1 parent 55e11ab commit df024e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ module "graphdb" {
# Gateway
application_gateway_backend_address_pool_ids = var.disable_agw ? [] : [module.application_gateway[0].gateway_backend_address_pool_id]

context_path = var.context_path
context_path = var.context_path

# App Configuration
app_configuration_id = module.appconfig.app_configuration_id
Expand Down
2 changes: 1 addition & 1 deletion modules/gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ resource "azurerm_application_gateway" "graphdb-public" {
}
}
dynamic "url_path_map" {

for_each = var.context_path != null && var.context_path != "" ? [1] : []
content {
name = "path-map"
Expand Down

0 comments on commit df024e2

Please sign in to comment.