fortytwoservices / terraform-azurerm-selfhostedrunnervmss

Module for creating a simple virtual machine scale set for Azure DevOps and GitHub self hosted runners
MIT License
2 stars 2 forks source link

Fix: fix `runnergroup` flag cannot be recognized due to a typo #117

Closed oldking139 closed 6 months ago

oldking139 commented 6 months ago

Previously the script using different variable name: runnergroup for user input and runner_group for inner-script conditions; Which makes the runner group of windows runners' to be Default all time, no matter what we input in flag.


image Tested on our GHES environment. Works correctly.

mysteq commented 6 months ago

Thank you for catching this!