data_factory/data_factory_pipeline¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.pipeline["azurecaf_name.pipeline"]
azurerm_data_factory_pipeline.pipeline["azurerm_data_factory_pipeline.pipeline"]
azurerm_data_factory_pipeline.pipeline --> azurecaf_name.pipeline
Module Reference¶
Category: data_factory
Path: modules/data_factory/data_factory_pipeline
Azure Resources: azurecaf_name, azurerm_data_factory_pipeline
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
global_settings |
Global settings object (see module README.md) | any |
yes | - |
- |
client_config |
Client configuration object (see module README.md). | any |
yes | - |
- |
settings |
Used for general parameter. | any |
yes | - |
- |
data_factory_id |
(Required) The Data Factory ID in which to associate the Pipeline with. Changing this forces a new resource | any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
- | azurerm_data_factory_pipeline.pipeline.id |
|
name |
- | azurerm_data_factory_pipeline.pipeline.name |
Sources¶
modules/data_factory/data_factory_pipeline/main.tfmodules/data_factory/data_factory_pipeline/module.tfmodules/data_factory/data_factory_pipeline/outputs.tfmodules/data_factory/data_factory_pipeline/variables.tf