This commit is contained in:
Tom Archer
2024-10-25 15:01:17 -07:00
parent 2e32ee6be9
commit e6c148c0f4
8 changed files with 46 additions and 565 deletions

View File

@ -0,0 +1,7 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "data_factory_name" {
value = azurerm_data_factory.example.name
}