I have created multiple resources and also configured backend.
so after performing above steps I have used performed terraform destroy.
so now I want to apply again expecting same resources I want to create.
but when I do terraform apply and init it is failing with following error:
Failed to get existing workspaces: Error retrieving keys for Storage Account
so now I have decided to create same resources using stage backup file. but how to proceed to create same resources with state backup file I have, Please suggest.