Skip to content

devwithkrishna/terraform-azure-datafactory

Repository files navigation

terraform-lint go update-readme create-release auto-fill-readme

terraform-azure-datafactory

Examples

Please find the examples here

📂 Structure

.
├── .gitignore
├── CODEOWNERS
├── LICENSE
├── README.md
├── docs
│   └── contributing.md
├── examples
│   └── sample
│       ├── main.tf
│       ├── outputs.tf
│       ├── providers.tf
│       └── variables.tf
├── main.tf
├── outputs.tf
├── providers.tf
├── test
│   ├── README.md
│   ├── go.mod
│   ├── go.sum
│   └── terratest_test.go
└── variables.tf

5 directories, 17 files

Documentation

Requirements

Name Version
terraform >= 1.0
azurerm >= 4.0, < 4.40.0

Providers

Name Version
azurerm >= 4.0, < 4.40.0

Modules

No modules.

Resources

Name Type
azurerm_data_factory.data_factory resource
azurerm_resource_group.data_factory_rg resource

Inputs

Name Description Type Default Required
application_name Azure application name tag string n/a yes
data_factory_name Azure Data factory name string n/a yes
environment Environment tag value in Azure string n/a yes
location Azure Data factory location string n/a yes
managed_virtual_network_enabled Is Managed Virtual Network enabled string n/a yes
public_network_enabled Is Public Network enabled string n/a yes
resource_group_name Azure Datafactory Rg string n/a yes
temporary Temporary tag value in Azure string n/a yes

Outputs

Name Description
data_factory_id Id of Azure Data Factory resource
data_factory_location Azure data factory location
data_factory_name Azure Data Factory name
datafactory_tags Azure data factory tags
public_access_enabled Azure datafactory enabled public access or not
resource_group Azure data factory resource group name

How to generate this README

This README section is automatically generated using terraform-docs a powerful documentation generator for Terraform modules.

It parses your module’s variables, outputs, providers, and resources to produce consistent and up-to-date Markdown documentation directly inside your README file.

Execute below to generate latest docs

terraform-docs markdown table --output-file README.md --output-mode inject .

This repository is maintained by devwithkrishna.

About

Terraform Module for Azure Data Factory

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •