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 2217a81 commit af5ef51Copy full SHA for af5ef51
infra/templates/az-svc-data-integration-mlw/output.tf
@@ -93,6 +93,11 @@ output "data_factory_name" {
93
value = module.data-factory.data_factory_name
94
}
95
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
+
101
output "azure_functionapp_name" {
102
value = module.function_app.azure_functionapp_name
103
infra/templates/az-svc-data-integration-mlw/terraform.tfvars renamed to infra/templates/az-svc-data-integration-mlw/terraform.tfvars.template
0 commit comments