Azure / aztfexport

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

Extend the `resource` mode to accept more than one resource #515

Closed magodo closed 5 months ago

magodo commented 5 months ago

Currently, only one resource can be specified in the resource mode (though there might export more than one resources during the azure mode -> TF mode mapping). For some cases, there wants be a way to specify more than one resources for exporting.

magodo commented 5 months ago

By revisiting this, query mode actually already support this by using id in ("id1", "id2") form.