-
Notifications
You must be signed in to change notification settings - Fork 3.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
Github action for packer #10452
Comments
Hi there @caulagi have you seen the work done at https://github.com/marketplace/actions/packer-github-actions? It might be exactly what you are looking for. Let us know. |
@nywilken I see that this issue was labelled as docs. Is this the 'official' recommendation for running packer with github actions? I have a few issues currently that I am going to raise issues for with
|
Hi there @caulagi thanks for the follow up here. I added the docs label to this issue because I think it would be great to have a link to this action or maybe a guide on https://packer.io. We don't have an 'official' recommendation for running packer with github actions, but this can be the start of it. As you mentioned, I suggest you open up an issue on I know that the maintainers are planning to refactor things a bit so your feedback would be helpful. |
I would say 2 things that I would find very useful are -
|
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
Is there any plan to provide a github action similar to terraform like https://github.com/hashicorp/setup-terraform?
Use Case(s)
I would like to run
packer validate
andpacker fmt
from CI pipelinePotential configuration
Potential References
https://github.com/hashicorp/setup-terraform
The text was updated successfully, but these errors were encountered: