Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Google cloud with terraform

I need to take vm snapshot programmatically by reading vmid from a storage bucket .

first task is reading from Storage bucket (vm detail) ,

next is to run vm snapshot (using terrform) -

I need to do it for each project , what are different way to do this , any suggested one.

for reading the storage bucket - i need to write some scripts/functions, . please suggest how to perform these 2 task

0 2 118
2 REPLIES 2

Hello,

Why would you decide to use terraform to perform snapshots ? 

cheers,
DamianS

actually we want to automate this whole process - using cloud function is time restrictive and if we have more instances then it would timeout. appreciate if we have any other ways to plan the same .