mengesb / tf_chef_server

Chef server module for Terraform
Apache License 2.0
13 stars 20 forks source link

Aws private key error #57

Closed sclarson closed 8 years ago

sclarson commented 8 years ago

Running the current cookbook with tf 0.7.5 resulted in:

Error applying plan:

1 error(s) occurred:

* Failed to read key "C:/vandalay-ind.pem": no key found

Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
mengesb commented 8 years ago

Hey @sclarson,

This is now resolved via pulls #58 and a .gitignore update in #59. I've tested this on Ubuntu 14.04 LTS (latest AMI) and all things are working as expected. If it doesn't work, open an issue and cite the latest PR.