Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

google cloud platform - Create instance using terrafrom from GCP marketplace

I m trying to create terraform script to launch the fastai instance from the marketplace.

I m adding image name as,

boot_disk {
    initialize_params {
      image = "<image name>"
    }
  }

When I add

click-to-deploy-images/deeplearning

from url

https://console.cloud.google.com/marketplace/details/click-to-deploy-images/deeplearning

is giving error,


Error: Error resolving image name 'click-to-deploy-images/deeplearning': Could not find image or family click-to-deploy-images/deeplearning

  on fastai.tf line 13, in resource "google_compute_instance" "default":
  13: resource "google_compute_instance" "default" {

If I use

debian-cloud/debian-9

from url

https://console.cloud.google.com/marketplace/details/debian-cloud/debian-stretch?project=<>

is working.

Can we deploy fastai image through terraform?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...