attack_range icon indicating copy to clipboard operation
attack_range copied to clipboard

Kali AMI no longer exists

Open shubs123 opened this issue 1 year ago • 0 comments

The resources.tf file for the Kali Linux AMI has a filter like this -

filter { name = "name" values = ["kali-last-snapshot-amd64-2023*"] }

There is no available AMI with the following name because 2023 is hardcoded in it.

Can this config please be updated to something like this -

filter { name = "name" values = ["kali-last-snapshot-amd64-*"] }

shubs123 avatar Oct 08 '24 03:10 shubs123