data_factory/data_factory_integration_runtime_azure_ssis¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.dfiras["azurecaf_name.dfiras"]
azurerm_data_factory_integration_runtime_azure_ssis.dfiras["azurerm_data_factory_integration_runtime_azure_ssis.dfiras"]
data.azurerm_key_vault_secret.administrator_password["data.azurerm_key_vault_secret.administrator_password"]
remote:dynamic_keyvault_secrets["remote:dynamic_keyvault_secrets"]
remote:keyvaults["remote:keyvaults"]
remote:mssql_servers["remote:mssql_servers"]
azurerm_data_factory_integration_runtime_azure_ssis.dfiras --> azurecaf_name.dfiras
azurerm_data_factory_integration_runtime_azure_ssis.dfiras --> remote:mssql_servers
data.azurerm_key_vault_secret.administrator_password --> remote:dynamic_keyvault_secrets
data.azurerm_key_vault_secret.administrator_password --> remote:keyvaults
Module Reference¶
Category: data_factory
Path: modules/data_factory/data_factory_integration_runtime_azure_ssis
Azure Resources: azurecaf_name, azurerm_data_factory_integration_runtime_azure_ssis
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" |
"(Required) Used to handle passthrough paramenters." | any |
yes | - |
- |
"remote_objects" |
"Remote objects configuration." | any |
no | {} |
- |
"base_tags" |
"Base tags for the resource to be inherited from the resource group." | map(any) |
no | {} |
- |
"data_factory_id" |
" Specifies the ID of the Data Factory the Azure-SSIS Integration Runtime belongs to. Changing this forces a new reso... | any |
yes | - |
- |
"location" |
"" | any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
"The ID of the Data Factory Azure-SSIS Integration Runtime." | - | azurerm_data_factory_integration_runtime_azure_ssis.dfiras.id |
"name" |
"The name of the Data Factory Azure-SSIS Integration Runtime." | - | azurecaf_name.dfiras.result |
Sources¶
modules/data_factory/data_factory_integration_runtime_azure_ssis/main.tfmodules/data_factory/data_factory_integration_runtime_azure_ssis/module.tfmodules/data_factory/data_factory_integration_runtime_azure_ssis/outputs.tfmodules/data_factory/data_factory_integration_runtime_azure_ssis/variables.tf