-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terraform apply hanging for long time #5419
Comments
please resolve this issue |
I am having a similar problem with v1.30.0_x4 on a Mac 10.13.6 with go1.10.3 darwin/amd64. It appears to be a DNS issue because I can do a nslookup/dig on the sts endpoint. Is this possibly a go issue?
(Maintainer edit note: edited to use triple backticks for formatting instead of single backticks) |
Hi @sureshoao 👋 Sorry you're running into trouble here. Can you confirm a few things about your setup?
@jjkirby I suspect you're having a separate issue. The original report seems to point at something closing the connection with EOF (end of file):
While your report seems to point at the DNS server not responding:
You'll want to triple check via |
bflad - I also found these interesting: golang/dep#1838 and golang/dep#1839. If it is a go DNS issue I would imagine someone on Mac OS X would have a similar problem? |
@bflad - I wrote a little go program thinking if it was a go issue:
Returned: So in this case DNS works. Hmmmm |
Case solved! Little Snitch was blocking because it didn't have a code signature. I turned off network filtering completely even though thought I had a rule to allow. Sorry for false alarm |
Closing due to lack of response from original author. |
Just a note for anyone else experiencing this: I seem to have this issue when working with Terraform on Xfinity (Comcast) Wi-Fi. (Comcast offers customers the ability to use a public-ish wi-fi network.) Switching to my proper home network seems to have fixed the issue. |
Another note for folks experiencing this issue -- If you have recently set ENV vars for |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This issue was originally opened by @sureshoao as hashicorp/terraform#18580. It was migrated here as a result of the provider split. The original body of the issue is below.
The text was updated successfully, but these errors were encountered: