-
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
verifying via kitchen-terraform verifier #71
Comments
Hi @wyardley, I believe this is a future enhancement, see: |
@wyardley a colleague provided this driver:
name: terraform
provisioner:
name: terraform
verifier: # https://www.rubydoc.info/github/newcontext-oss/kitchen-terraform/Kitchen/Verifier/Terraform
name: terraform
systems:
- name: system
backend: gcp
shell: true
platforms:
- name: k8s
suites:
- name: verify |
@skpaterson @adrienthebo Yes, sorry, hadn't updated here, but I did eventually get it working as reported in the other thread! I will try to post a docs PR for this project to make it easier for people to find out how to do it. |
@wyardley that would be great, thanks! |
Are there any examples of using the verifier with
kitchen verify
? Is there any clean way to do this vs. usinginspec exec -t gcp:// [test]
?I threw up an issue here, but just wondering if anyone here has any context or examples on whether (and how) this is possible.
newcontext-oss/kitchen-terraform#286
The text was updated successfully, but these errors were encountered: