Terraform – refactoring modules: Error: Provider configuration not present

As the error message explains, Terraform has detected that there are resource objects still present in the state whose provider configurations are not available, and so it doesn’t have enough information to destroy those resources. In this particular case, that seems to be occurring because there is a provider configuration block in one of your … Read more