terraform-aws-github-runner icon indicating copy to clipboard operation
terraform-aws-github-runner copied to clipboard

Allow runner-binaries-syncer lambda deployment to be optional

Open rashidnhm opened this issue 2 years ago • 1 comments

We are currently using pre-built AMIs for deploying our runners and it is working well. However, as far as I'm aware, if the runner software is pre-baked into the image, then it will not be pulling a fresh version of the github actions software from S3 on boot, but currently even if you have a pre-built AMI, the runner-binaries-syncer module is still deployed, which creates the syncer lambda and the distribution bucket.

I was wondering if a feature could be introduced to disable it? Maybe a new variable? So if you have pre-baked images being produced, no need to create this portion of the infrastructure

rashidnhm avatar Jul 22 '22 17:07 rashidnhm

Making the submodule optional is ineed a good idea.

npalm avatar Aug 02 '22 12:08 npalm

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Sep 02 '22 02:09 github-actions[bot]