The default 8GB disk most likely won't be enough for these slaves. Need to extend this to add another disk and put the Jenkins slave workspace on this disk. The difficulty here will be the automation for formatting the disk, if that doesn't happen automatically.
Turns out it's pretty straight forward to initialize and format a disk with Powershell. So all you need to do is tell Terraform to attach a disk to the machine and then run a script to set it up.
The default 8GB disk most likely won't be enough for these slaves. Need to extend this to add another disk and put the Jenkins slave workspace on this disk. The difficulty here will be the automation for formatting the disk, if that doesn't happen automatically.
Turns out it's pretty straight forward to initialize and format a disk with Powershell. So all you need to do is tell Terraform to attach a disk to the machine and then run a script to set it up.