Skip to content

Instantly share code, notes, and snippets.

@kunalworldwide
Created October 12, 2022 10:20
Show Gist options
  • Save kunalworldwide/b52b18853ad09fc00810fff25566b432 to your computer and use it in GitHub Desktop.
Save kunalworldwide/b52b18853ad09fc00810fff25566b432 to your computer and use it in GitHub Desktop.
resource "azurerm_data_factory" "DataFactory" {
name = "DataFactory Name"
location = azurerm_resource_group.RG.location
resource_group_name = azurerm_resource_group.RG.name
identity {
type = "SystemAssigned"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment