Skip to content

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"] remote:private_dns["remote:private_dns"] remote:private_endpoints["remote:private_endpoints"] remote:resource_groups["remote:resource_groups"] remote:vnets["remote:vnets"] azurerm_data_factory.df --> azurecaf_name.df module.diagnostics --> azurerm_data_factory.df module.private_endpoint --> azurerm_data_factory.df module.private_endpoint --> remote:private_dns module.private_endpoint --> remote:private_endpoints module.private_endpoint --> remote:resource_groups module.private_endpoint --> remote:vnets

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.tf
  • modules/data_factory/data_factory/locals.tf
  • modules/data_factory/data_factory/main.tf
  • modules/data_factory/data_factory/managed_identities.tf
  • modules/data_factory/data_factory/module.tf
  • modules/data_factory/data_factory/outputs.tf
  • modules/data_factory/data_factory/private_endpoints.tf
  • modules/data_factory/data_factory/variables.tf