Loading packer/ubuntu/variables.pkr.hcl +9 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,15 @@ variable "ubuntu" { type = map(map(string)) default = { "2004" = { iso_url = "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img" iso_checksum = "file:https://cloud-images.ubuntu.com/focal/current/SHA256SUMS" } "2004min" = { iso_url = "https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img" iso_checksum = "file:https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS" } "2204" = { iso_url = "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img" iso_checksum = "file:https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS" Loading Loading
packer/ubuntu/variables.pkr.hcl +9 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,15 @@ variable "ubuntu" { type = map(map(string)) default = { "2004" = { iso_url = "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img" iso_checksum = "file:https://cloud-images.ubuntu.com/focal/current/SHA256SUMS" } "2004min" = { iso_url = "https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img" iso_checksum = "file:https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS" } "2204" = { iso_url = "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img" iso_checksum = "file:https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS" Loading