Fix broken acctest for Amazon data source

This change updates the Ubuntu image being from 16.04 to something more recent.
parser_rework
Wilken Rivera 2 years ago
parent c0e594738b
commit 8490333f55

@ -9,7 +9,7 @@ packer {
data "amazon-ami" "test" {
filters = {
name = "ubuntu/images/*ubuntu-xenial-16.04-amd64-server-*"
name = "ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-*"
root-device-type = "ebs"
virtualization-type = "hvm"
}

Loading…
Cancel
Save