We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9a676 commit 39ae166Copy full SHA for 39ae166
terraform/main.tf
@@ -40,7 +40,7 @@ resource "azuredevops_build_definition" "this" {
40
repository {
41
repo_type = "GitHub"
42
repo_id = "devsecblueprint/azure-python-fastapi"
43
- branch_name = "main"
+ branch_name = "refs/heads/main"
44
yml_path = ".azdo-pipelines/azure-pipelines.yml"
45
service_connection_id = azuredevops_serviceendpoint_github.this.id
46
}
0 commit comments