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 9f6570c commit 67be413Copy full SHA for 67be413
terraform/main.tf
@@ -50,12 +50,11 @@ resource "azuredevops_git_repository" "fast_api_git_repo" {
50
### Create Build Definition ###
51
resource "azuredevops_build_definition" "this_definition" {
52
project_id = azuredevops_project.this_project.id
53
- name = "Terraform-INfra-Main"
+ name = "Terraform-Infra-Main"
54
path = "\\Terraform"
55
56
ci_trigger {
57
use_yaml = var.use_yaml
58
-
59
}
60
61
0 commit comments