I have a set of resources in resource group A and would like to move to resource group B. I know it is doable with azure cli but is it possible to do that in terraform?
The reason I ask is I don't want to do two steps action here:
- Create a resource group B in terraform
- Trigger a script to migrate resource from group A to group B.
Just want to see if Terraform provide such functionalities to do everything in a terraform script.