-
Notifications
You must be signed in to change notification settings - Fork 71
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
Unable to use resources provided by this library when invoked via test kitchen and kitchen-terraform #37
Comments
I think this is some progress but not success.
Seems like the wrong transport is being used ( From your docs:
If I invoke that command from the base dir of my tests, |
Hi @brandoconnor looks like you're doing everything right! I suspect what's happening here is an older version of InSpec is creeping in. Long story short, first thing to try is adding the following in the
If the Let me know if that helps! If this was the problem I'll add a section to the FAQ describing the above. |
Hmmm still no luck unfortunately. It appears I already had the suggested line in my |
I've got confirmation that adding If it's possible to configure this flag through |
Apologies for the confusion, I see the problem now. After some digging I came across this: inspec/kitchen-inspec#179 |
Good find. Yea I've been able to use awspec for this in past but not through inspec resources so it makes sense that using these inspec resource packs are the common denominator. I'll follow that thread for more updates and see what I can't glean from the Kitchen Terraform folks. Thanks again! I think this puts the issue on other projects so I'll close it here. |
Hey there, maintainers. Thanks for putting this project together, I'm excited to get started.
In trying to get going I'm running into a stumbling block on basically step 0. In my set up, I have kitchen-terraform instantiating a test fixture and I'd like inspec to do the verification. Everything seems to work until I put resources from this library in place.
The above returns the following:
What am I missing?
Thank you in advance. I know this is a simple/stupid user error.
The text was updated successfully, but these errors were encountered: