Hello:
I have been using Terraform for last 5 months pretty successfully on Windows (using Babun shell and Gitbash). However, starting 0.10, I see the following issue whenever I run "terraform plan" on basically any terraform code.
I have tested this on:
Giutbash on Windows 7 and on Ubuntu 17.04. My colleagues using MAC does not have this issue.
I have tested this usig provider aws and heroku: the only two providers I have even used.
Same problem can be reproduced using 0.10 or 0.10.rc1-dev or 0.10.beta versions
I do not get this problem on any of the 0.9.x versions on any OS I have used.
**Error I get is:
Just for documentation, here is system info:
mamun001@ubuntu:~/GITS/terra-aws/us-east/sandbox/test_dns$ cat /etc/lsb*
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.04
DISTRIB_CODENAME=zesty
DISTRIB_DESCRIPTION="Ubuntu 17.04"
mamun001@ubuntu:~/GITS/terra-aws/us-east/sandbox/test_dns$ terraform --version
Terraform v0.10.0
once I ran , terraform init, all worked. Apologies for bringing up a non-issue
I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Most helpful comment
once I ran , terraform init, all worked. Apologies for bringing up a non-issue