Changing the image name should cause a new container to be spun up. Reproduction: 1. Open the simple-example 2. Run `terraform apply` 3. Change the [image ID](https://github.com/terraform-google-modules/terraform-google-container-vm/blob/master/examples/simple_instance/main.tf#L35) 4. Run `terraform apply` again - the new container should be started instead.