Skip to content

Commit

Permalink
Fix merge conflict in outputs.tf
Browse files Browse the repository at this point in the history
Signed-off-by: Dipti Pai <[email protected]>
  • Loading branch information
dipti-pai committed Aug 27, 2024
1 parent 1dff53e commit 1cda24c
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions tf-modules/azure/devops/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
output "repo_url" {
<<<<<<< HEAD
<<<<<<< HEAD
description = "Azure Devops Git repository HTTPS url"
value = azuredevops_git_repository.application.remote_url
}
Expand All @@ -9,23 +7,3 @@ output "project_id" {
description = "Azure Devops Project ID"
value = azuredevops_project.project.id
}
=======
description = "Azure Devops Git repository HTTPS url"
value = azuredevops_git_repository.application.remote_url
}
output "project_id" {
description = "Azure Devops Project ID"
value = azuredevops_project.project.id
}
>>>>>>> 5d9335c (Add project_id to devops TF output)
=======
description = "Azure Devops Git repository HTTPS url"
value = azuredevops_git_repository.application.remote_url
}
output "project_id" {
description = "Azure Devops Project ID"
value = azuredevops_project.project.id
}
>>>>>>> 365b59d (Format the terraform files, use latest versions and remove tags)

0 comments on commit 1cda24c

Please sign in to comment.