When I am using Vagrant with GCP vm as a backend, I would like to make sure I don't pay for running the vm when I don't need it. I feel that I may not be alone with this. ;)
There I propose that we provide a solution for automating shutting down the vms created with this plugin.
When I am using Vagrant with GCP vm as a backend, I would like to make sure I don't pay for running the vm when I don't need it. I feel that I may not be alone with this. ;)
There I propose that we provide a solution for automating shutting down the vms created with this plugin.
I was thinking about providing an example
Vagrantfile
with shell provisioner that will install and configure https://github.com/deragon/autopoweroff.What do you think?