Skip to content

Commit

Permalink
Bump packer amazon plugin to source deprecated amis for al1
Browse files Browse the repository at this point in the history
  • Loading branch information
mye956 committed Jan 27, 2024
1 parent 8566a5a commit 339d597
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions al1.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ source "amazon-ebs" "al1" {
filters = {
name = "${var.source_ami_al1}"
}
owners = ["amazon"]
most_recent = true
owners = ["amazon"]
most_recent = true
include_deprecated = true
}
user_data_file = "scripts/al1/user_data.sh"
ssh_interface = "public_ip"
Expand Down
2 changes: 1 addition & 1 deletion variables.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
packer {
required_plugins {
amazon = {
version = ">= 1.0.0"
version = ">= 1.2.8"
source = "github.com/hashicorp/amazon"
}
}
Expand Down

0 comments on commit 339d597

Please sign in to comment.