mattray / inspec-iggy

InSpec CLI plugin for generating compliance controls from Terraform and CloudFormation
Apache License 2.0
106 stars 18 forks source link

Inspec iggy can't find the terraform binary #4

Closed scarolan closed 6 years ago

scarolan commented 6 years ago

➜ terraform_demo git:(development) inspec terraform version Could not find command "terraform".

➜ terraform_demo git:(development) which terraform /home/scarolan/bin/terraform

scarolan commented 6 years ago

never mind, this started working on its own. not sure what changed

haidangwa commented 6 years ago

I'm seeing this issue today. Inspec-iggy 0.2.0 and chefdk 3.0.36 (and 3.1.0). terraform is installed on my mac at /usr/local/bin/terraform, which is in my path. I also tried symlinking this into /opt/chefdk/bin/terraform, but no luck.