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 15b4ac4 commit fe27ecbCopy full SHA for fe27ecb
modules/azuredevops/pipeline/buildingblock/outputs.tf
@@ -27,3 +27,8 @@ output "yaml_path" {
27
description = "Path to the YAML pipeline definition"
28
value = var.yaml_path
29
}
30
+
31
+output "pipeline_url" {
32
+ description = "Deep link URL to the pipeline in Azure DevOps"
33
+ value = "${var.azure_devops_organization_url}/${var.project_id}/_build?definitionId=${azuredevops_build_definition.main.id}"
34
+}
0 commit comments