terraform-aws-github-runner
terraform-aws-github-runner copied to clipboard
Allow runner-binaries-syncer lambda deployment to be optional
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
Making the submodule optional is ineed a good idea.
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.