Files
Furkan Sahin 0730332bfd Github Runners provision individual private subnet
This is important because Github Runners simply live in the same project
and they were leaving private subnet provisioning to the
Vm::Nexus.assemble function. However, with the default location subnet
introduction, now, if the private subnet id is not passed in, we put the
resources to the same subnet in the same region. A subnet can only hold
up to 62 resources, that's why, for github runners, we start to create
individual subnet instances before vm provisioning
2024-12-06 10:10:50 +01:00
..