Skip to content

Commit 0a9a676

Browse files
committed
formatting
1 parent 1690ec9 commit 0a9a676

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

terraform/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ resource "azuredevops_build_definition" "this" {
3838
}
3939

4040
repository {
41-
repo_type = "GitHub"
42-
repo_id = "devsecblueprint/azure-python-fastapi"
43-
branch_name = "main"
44-
yml_path = ".azdo-pipelines/azure-pipelines.yml"
41+
repo_type = "GitHub"
42+
repo_id = "devsecblueprint/azure-python-fastapi"
43+
branch_name = "main"
44+
yml_path = ".azdo-pipelines/azure-pipelines.yml"
4545
service_connection_id = azuredevops_serviceendpoint_github.this.id
4646
}
4747

0 commit comments

Comments
 (0)