Resolve Terraform Inconsistent Dependency Lock File in Git Bash on Windows - DevPops-Inc/windows GitHub Wiki
• The following resolution is for if you receive the Terraform inconsistent dependency lock file error when trying to run terraform plan.
•
• Type terraform init
and press the “Enter” key to initialize Terraform.
•
• Type terraform plan
and press the “Enter” key and you will see the plan without any errors now.
•