Azure / aztfexport

A tool to bring existing Azure resources under Terraform's management
https://azure.github.io/aztfexport/
Mozilla Public License 2.0
1.53k stars 174 forks source link

Fix `rg` mode not export empty resource group #500

Closed magodo closed 5 months ago

magodo commented 5 months ago

Fix rg mode not export empty resource group.

The reason is that azlist with --include-resource-group will only extend the resources listed with their including resource group(s). If there is no resource listed, then no resource group will be included.