-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Stuck on "Refreshing state" #410
Comments
Are you able to get output from Were you already using the new state structure prior to running this or did it upgrade? |
I was using the new state structure prior to this, working off Here's my
|
Same problem here. After upgrading to 0.3.0, all commands hangs. Removing state files gives same output. Output:
|
If I comment out all security groups and things that depend on them everything works. As soon as I add a security group it hangs, even if that security group is listed in the state file. |
And if I remove the vpc_id from the security group it works fine. So it seems to concern security groups in a VPC. |
Sorry for the spamming, but hardcoding the vpc id works as well, meaning
works whereas
does not. |
I removed my security groups and was able to run things fine, as @mahnve was able to do. Working on cleaning up some of the info in my repo and will publish the entire directory here soon. |
Here's the repository giving me trouble. As @mahnve discovered, replacing |
Just replaced my VPC references with the pre existing VPC ID but I'm still getting a hang...
|
A fix is coming in for this shortly. We fixed it last night. |
Great stuff :-) |
Fixed |
Just upgraded to 0.3 and whenever I run either
terraform plan
orterraform apply
I seem to be stuck on therefreshing state
phase for my AWS VPC:This ran for almost 10 minutes three times before I gave up.
Here's my (cleansed)
terraform.tfstate
:The text was updated successfully, but these errors were encountered: