data_factory/data_factory¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.df["azurecaf_name.df"]
azurerm_data_factory.df["azurerm_data_factory.df"]
module.diagnostics["module.diagnostics"]
module.private_endpoint["module.private_endpoint"]
azurerm_data_factory.df --> azurecaf_name.df
module.diagnostics --> azurerm_data_factory.df
module.private_endpoint --> azurerm_data_factory.df
Module Reference¶
Category: data_factory
Path: modules/data_factory/data_factory
Azure Resources: azurecaf_name, azurerm_data_factory
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 | - |
- |
resource_groups |
combined objetcs of the resource groups. Either resource_group_name or resource_groups is required. | any |
no | {} |
- |
settings |
The settings for the Azure resource. | any |
yes | - |
- |
diagnostic_profiles |
any |
no | {} |
- | |
diagnostics |
any |
no | {} |
- | |
remote_objects |
any |
yes | - |
- | |
tags |
(Optional) A mapping of tags to assign to the resource | any |
no | - |
- |
location |
location of the resource if different from the resource group. | string |
no | - |
- |
resource_group_name |
Resource group object to deploy the Azure resource | string |
no | - |
- |
resource_group |
Resource group object to deploy the Azure resource | any |
yes | - |
- |
base_tags |
Base tags for the resource to be inherited from the resource group. | bool |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
- | azurerm_data_factory.df.id |
|
name |
- | azurerm_data_factory.df.name |
|
identity |
- | try(azurerm_data_factory.df.identity, null) |
|
rbac_id |
- | try(azurerm_data_factory.df.identity[0].principal_id, null) |
Sources¶
modules/data_factory/data_factory/diagnostics.tfmodules/data_factory/data_factory/locals.tfmodules/data_factory/data_factory/main.tfmodules/data_factory/data_factory/managed_identities.tfmodules/data_factory/data_factory/module.tfmodules/data_factory/data_factory/outputs.tfmodules/data_factory/data_factory/private_endpoints.tfmodules/data_factory/data_factory/variables.tf