Skip to content

Commit

Permalink
specify app location
Browse files Browse the repository at this point in the history
  • Loading branch information
BobanL committed Dec 1, 2023
1 parent d5053a5 commit 1015014
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/implementation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,9 @@ resource "azurerm_linux_web_app" "playground_webapp" {
node_version = "18-lts"
}
}
app_settings = {
app_location = "/front-end"
}
}

resource "azurerm_app_service_source_control" "playground_sourcecontrol" {
Expand Down

0 comments on commit 1015014

Please sign in to comment.