Fixed Gitlab Runner (supervisor) startup by removing unrecognized variables
The following MR fixes our Gitlab Runner (supervisor) startup script. It was failing to startup because it didn't recognize variables that were deprecated.
This work was needed to apply the machine tier configuration changes from CREST-12654.
On a side note, I confirmed that I can now use an ARM binary of terraform to successfully run terraform init
and terraform plan
, now that the deprecated "template" provider was removed.