Skip to content

Commit af5ef51

Browse files
author
Mahsa Hanifi
committed
renamed the tfvars file and added the pipeline name to the output
1 parent 2217a81 commit af5ef51

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

infra/templates/az-svc-data-integration-mlw/output.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ output "data_factory_name" {
9393
value = module.data-factory.data_factory_name
9494
}
9595

96+
output "data_factory_pipeline_name" {
97+
description = "the name of the pipeline created"
98+
value = module.data-factory.data_factory_pipeline_name
99+
}
100+
96101
output "azure_functionapp_name" {
97102
value = module.function_app.azure_functionapp_name
98103
}
File renamed without changes.

0 commit comments

Comments
 (0)