You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
While trying to directly use kitchen-inspec as a verifier over the one being used by kitchen-terraform instead, I found myself needing to provide the backend option to InSpec but this is not currently exposed and so it can't be passed in the .kitchen.yml file.
Hi,
While trying to directly use
kitchen-inspec
as a verifier over the one being used bykitchen-terraform
instead, I found myself needing to provide thebackend
option to InSpec but this is not currently exposed and so it can't be passed in the.kitchen.yml
file.A quick search in GitHub and in the code shows the
backend_cache
option is exposed, though:https://github.com/inspec/kitchen-inspec/search?q=backend&unscoped_q=backend
Am I right in assuming this config opton is currently not exposed because nobody asked for it and/or had a use case before now? :)
Thank you.
The text was updated successfully, but these errors were encountered: