-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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 Crash [unexpected EOF] with chef provisoner, policyfile, & Terraform 0.9.8 - 0.10.8 #16655
Labels
Comments
The relevant stack trace:
|
Same behavior in Terraform 0.11.1. |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform 0.9.8 - 0.10.8
Terraform Configuration Files
Relevant block from my module:
Resource block calling the module:
Debug Output
https://gist.github.com/chrisanthropic/e9f6cfb51c0e5a4c2623a0c991e8ccc8
Crash Output
Please see above.
Expected Behavior
Terraform plan should execute successfully.
Actual Behavior
Terraform crash.
Steps to Reproduce
Please list the full steps required to reproduce the issue, for example:
terraform init
terraform get
terraform plan
Important Factoids
This module works with terraform 0.9.6 - 0.9.7.
From 0.9.8 - .0.10.8 we see the same terraform crash.
Removing
use_policyfile = "${var.instance_provisioner_chef_use_policyfile}"
from the module andinstance_provisioner_chef_use_policyfile
from the resource block (and replacing it with a run_list) results in a successfulterraform apply
.The text was updated successfully, but these errors were encountered: