[Feature Request] Show diff / changes of resources against existing state file
Would love to have a feature where I can provide an existing state file (and the aztfy mapping file) and then get a HCL output of differences between existing local state file and remote azure resources.
Ex:
aztfy -show-azure-changes -state-file .1.tfstate
What is the difference between the proposal and terraform plan?
I would like terrafy to append thh changes in azure into the exiting main.tf file. Essentially trying to see if I can get to a state where I can sync changes manually made in AZURE to match the code in the tf file.
You don't have to append tf code into main.tf, but can be other file names as long as it resides in the same directory as main. --append does what you want.
@DanG-arch Since we haven't get further response from you, I'll mark this issue as closed for now. Feel free to reopen it if the issue still remains.