We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21a492 commit 2b452c0Copy full SHA for 2b452c0
iac/provider-gcp/nomad-cluster-disk-image/main.pkr.hcl
@@ -14,7 +14,7 @@ source "googlecompute" "orch" {
14
# TODO: Overwrite the image instead of creating timestamped images every time we build its
15
image_name = "e2b-orch-${formatdate("YYYY-MM-DD-hh-mm-ss", timestamp())}"
16
project_id = var.gcp_project_id
17
- source_image_family = "ubuntu-2204-lts"
+ source_image = "ubuntu-2204-jammy-v20251023"
18
ssh_username = "ubuntu"
19
zone = var.gcp_zone
20
disk_size = 10
0 commit comments