-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat(packer): support for template directories #1336
base: main
Are you sure you want to change the base?
Conversation
Hello, |
I'm not really sure how to add the tests, since this function calls the actual packer binary |
Hi, References: https://github.com/gruntwork-io/terratest/tree/master/examples/packer-docker-example |
is this still ongoing? we need this because our packer template use multiple files |
We use this in production and works, however I didn't come around to write the tests |
@NefixEstrada do you mind if I take a look and try to create the test? |
Sure, go ahead! Thanks, |
Signed-off-by: William Albertus Dembo <29192168+walbertus@users.noreply.github.com>
Hello @denis256 , @walbertus has implemented the required tests. Could you take a look again at the MR? Thank you, |
any input @denis256 ? |
Description
Fixes #1271
With this PR you can use directories for Packer templates
Release Notes (draft)
Added support for Packer template directories