-
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
Terraform crashing on "plan" command #234
Comments
Thanks! Can you attach your configuration file (censor information as necessary)? |
Here is the gist – https://gist.github.com/thedebugger/989abd81a2375835cc64 FYI: On my local machine, code is broken into different files – provider, base, service1, service2, consul. To create a gist I did – "cat *.tf" Let me know if you need more information. |
I reproduced this super fast by just planning your file as-is. Thanks. |
Awesome. I also ran into another problem where terraform wants to spin up all the resources but some of them already exist like vpc, subnet etc. I know this is a know issue as terraform doesn't build state from aws but is there a workaround that I can do to make it work? Since I'm doing a poc, I'm willing to do a hack. Can I create terraform state file manually? Is there a simple way to do that? If you have sometime, I'd also like to talk to you about how can we effectively use terraform for ~5k nodes. (I work at lookout, and some folks might already be talking to you) On Tue, Aug 26, 2014 at 10:00 PM, Mitchell Hashimoto
|
Fixed |
I was trying to run terraform for the first time to create the plan but it crashed. Here is the crash.log – https://gist.github.com/thedebugger/057ce31c88f521edef14.
Let me know if you need more information.
The text was updated successfully, but these errors were encountered: