通过terraform在谷歌云中引导的泊坞窗图像

我正在尝试使用terraform来构build一个使用我的docker容器的实例组。 是否有可能使用docker图像作为源?

resource "google_compute_image" "bootable-image" { name = "my-custom-image" project = "my-test-compute-4803e3ad" source_disk = "gcr.io/my-test-compute-4803e3ad/hello" } 

其他原因我不能使用kubernetes。