mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 00:11:41 -04:00
If `security_group_id` was specified with a group that didn't exist, packer would go into an infinite loop waiting for it. We shouldn't make assumptions about the status of explicitely set security groups, so let's just error out right away if we can't find it.