I want to create a google compute instance using the ges gs module with a 100 gigabyte drive. But there is no configuration in the gce module to set the instance disk size in the gce module.
I know that we can work using the gce_pd module to create a disk and then attach it to a new instance, but is there any correct way to do this?
It is so easy to maintain, because lib cloud lib already supports this parameter.
source
share