hashicorp / learn-nomad-cluster-setup

Companion repo for the HashiCorp tutorial collection on Nomad cluster setup
https://developer.hashicorp.com/nomad/tutorials/cluster-setup
Mozilla Public License 2.0
38 stars 39 forks source link

deprecated image in aws image.pkr.hcl file #20

Open chrisadkin opened 12 months ago

chrisadkin commented 12 months ago

The amazon-ami datasource contains the following inside the filter:

name = "ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-*"

if I attempt to build the image for us-east-1 it fails with a message stating that no source image can be found, can this please be changed to:

name = "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-*"

Thanks

tonychill commented 11 months ago

Found the same issue.