79773761

Date: 2025-09-24 13:24:19
Score: 1
Natty:
Report link

Looking into gcloud compute images list | grep ubuntu | grep 2404 I have found that they added -amd64 / -arm64 suffixes the to image name. So the proper image for me was ubuntu-os-cloud/ubuntu-2404-lts-amd64:

boot_disk {
  initialize_params {
    image  = "ubuntu-os-cloud/ubuntu-2404-lts-amd64"
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ei-grad