aztfmod / rover

The rover is a docker container in charge of the deployment of the Terraform platform engineering for Azure
MIT License
169 stars 142 forks source link

Support for import blocks #327

Open kmataru opened 11 months ago

kmataru commented 11 months ago

Is your feature request related to a problem? Please describe. When having to run lots of terraform import commands it can become frustrating when there are lots of resources to import.

Describe the solution you'd like Have an extra parameter where the user can land a path to .tf file containing only import blocks (https://developer.hashicorp.com/terraform/language/import).

Describe alternatives you've considered Manual terraform import, but it's time consuming for 100, 1000 resources.