I have recently updated my terraform from v0.10.8 to v0.11.1
I am facing awkward issue while running terraform plan, For first time running the command it gives me p
It looks like I found the solution.
We have to delete the old .terraform directory before the creation of the fresh plan.
$ terraform get -update
$ terraform refresh # Error is gone