Skip to content

Commit 13e983c

Browse files
authored
master > main
The branch property was changed from master to main. The master doesn't exist at repo.
1 parent 6cb73c4 commit 13e983c

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)