Data Source: azurerm_data_factory

Use this data source to access information about an existing Azure Data Factory (Version 2).

Example Usage

data "azurerm_data_factory" "example" {
  name                = "existing-adf"
  resource_group_name = "existing-rg"
}

output "id" {
  value = data.azurerm_data_factory.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:


A github_configuration block exports the following:


An identity block exports the following:


A vsts_configuration block exports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: