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 1690ec9 commit 0a9a676Copy full SHA for 0a9a676
terraform/main.tf
@@ -38,10 +38,10 @@ resource "azuredevops_build_definition" "this" {
38
}
39
40
repository {
41
- repo_type = "GitHub"
42
- repo_id = "devsecblueprint/azure-python-fastapi"
43
- branch_name = "main"
44
- yml_path = ".azdo-pipelines/azure-pipelines.yml"
+ repo_type = "GitHub"
+ repo_id = "devsecblueprint/azure-python-fastapi"
+ branch_name = "main"
+ yml_path = ".azdo-pipelines/azure-pipelines.yml"
45
service_connection_id = azuredevops_serviceendpoint_github.this.id
46
47
0 commit comments