Open
Description
We reference the packer templates directly in this repository so we don't need to maintain our own and keep them in sync with changes that happen here. At the moment you can bolt on additional shell commands via https://github.com/philips-labs/terraform-aws-github-runner/blob/develop/images/ubuntu-focal/github_agent.ubuntu.pkr.hcl#L145 which is great. I would like the ability to also optionally provision files in the same arbitrary style without breaking the template if the end user doesn't have any to provision.
I have more or less 0 Packer knowledge so I'm hoping the community can advise or do the pull request.