Skip to content

Commit

Permalink
Fix typo in names of Kali base AMIs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Aug 14, 2024
1 parent da840f1 commit f89d758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ variable "skip_create_ami" {
# data "amazon-ami" "kali_arm64" {
# filters = {
# architecture = "arm64"
# name = "kali-last-snapshot-arm64-2023.4.0-*"
# name = "kali-last-snapshot-arm64-2023.3.0-*"
# root-device-type = "ebs"
# virtualization-type = "hvm"
# }
Expand All @@ -89,7 +89,7 @@ variable "skip_create_ami" {
data "amazon-ami" "kali_x86_64" {
filters = {
architecture = "x86_64"
name = "kali-last-snapshot-amd64-2023.4.0-*"
name = "kali-last-snapshot-amd64-2023.3.0-*"
root-device-type = "ebs"
virtualization-type = "hvm"
}
Expand Down

0 comments on commit f89d758

Please sign in to comment.