mitchellh / vagrant-google

Vagrant provider for GCE.
Apache License 2.0
334 stars 100 forks source link

Automatic shut down? #262

Closed gdubicki closed 2 years ago

gdubicki commented 2 years ago

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?