Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion iac/provider-gcp/nomad-cluster-disk-image/main.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source "googlecompute" "orch" {
# TODO: Overwrite the image instead of creating timestamped images every time we build its
image_name = "e2b-orch-${formatdate("YYYY-MM-DD-hh-mm-ss", timestamp())}"
project_id = var.gcp_project_id
source_image = "ubuntu-2204-jammy-v20250228"
source_image_family = "ubuntu-2204-lts"
ssh_username = "ubuntu"
zone = var.gcp_zone
disk_size = 10
Expand Down
Loading