Skip to content

Commit fe21e5a

Browse files
authored
Merge pull request #125564 from CaioBauab/patch-1
master > main
2 parents 6cb73c4 + 13e983c commit fe21e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/provision-resource-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ resource "azurerm_linux_web_app" "webapp" {
8585
resource "azurerm_app_service_source_control" "sourcecontrol" {
8686
app_id = azurerm_linux_web_app.webapp.id
8787
repo_url = "https://github.com/Azure-Samples/nodejs-docs-hello-world"
88-
branch = "master"
88+
branch = "main"
8989
use_manual_integration = true
9090
use_mercurial = false
9191
}

0 commit comments

Comments
 (0)