philips-labs / terraform-aws-github-runner

Terraform module for scalable GitHub action runners on AWS
https://philips-labs.github.io/terraform-aws-github-runner/
MIT License
2.55k stars 611 forks source link

feat: add support for matcher config tiering options #3953

Closed Brend-Smits closed 3 months ago

Brend-Smits commented 3 months ago

This feature is useful as a workaround when you have a larger number of runner configurations and run into problems where the parameter store limit is being reached (4KB). The limit of Standard is 4KB and Advanced is 8KB.

⚠️ It should be noted that if you changed the parameter store tier for the matcher config manually, this change might override your changes!

Signed-off-by: Brend Smits brend.smits@philips.com