We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6988fe0 commit 613a90fCopy full SHA for 613a90f
digitalocean.pkr.hcl
@@ -29,7 +29,7 @@ locals {
29
30
source "digitalocean" "build_droplet" {
31
api_token = var.do_token
32
- image = "ubuntu-22-04-x64"
+ image = "ubuntu-24-04-x64"
33
region = "nyc3"
34
size = "s-1vcpu-2gb"
35
snapshot_name = local.image_name
0 commit comments