Can I manage my already created resources in Azure by Terraform
Can I manage my already created resources in Azure by Terraform, can I use terraform for using it as a tool to restore my backup files ( those RSV are already created)
One of my main requirement is to restore when DR happens and restore resources using their backup through terraform so that it will be automated
Terraform – collection elements cannot be unified
While using the below code, I was able to successfully create a resource when the tfvars list has only one resource. It fails to create a plan when it has more than one resource.
During the testing, I also noticed that if both the resources has similar configuration (keys) under settings, then plan is getting generated.