-
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 Plan runtime error #1577
Comments
Can anyone look at this? |
Hi @opteemister, Can you provide the exact Terraform configuration you are using minus secrets along with the debug logs? Thanks! 👍 |
Hi, @Ninir. Unfortunately I can't attach exact Terraform configuration. It is very huge and complex and I can easily miss any secrets in there. Sorry for that I already attached "The most interesting part of a crash log" |
Hi folks, For that reason I'm going to close this issue, but do let us know if it reappears after upgrading to 0.1.4+. Thanks. |
Yes, that was fixed. Thank you so much. Checked with version 1.0 |
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 @opteemister as hashicorp/terraform#16004. It was migrated here as a result of the provider split. The original body of the issue is below.
Hello. Since version 0.10.0 I see runtime error on our configuration. And even in 0.10.3 it wasn't fixed, so I decided to report it. Unfortunately I can't attach configuration files. But there are a lot of AWS resources inside it.
Terraform Version
Terraform v0.10.3
Debug Output
There is a huge Debug output like this (other lines are very similar to this block):
Crash Output
Expected Behavior
terraform plan should works without errors
Actual Behavior
Runtime error
Steps to Reproduce
terraform init
terraform plan
Important Factoids
We used wrapper script to split configurations by environments (but there is the same behaviour if I run just terraform plan with necessary var-files):
terraform $command -var-file=common.tfvars -var-file=common.secrets.tfvars -var-file=$stack.tfvars -var-file=$stack.secrets.tfvars -state=$stack.tfstate $@
The text was updated successfully, but these errors were encountered: