AlmaLinux / cloud-images

Packer templates and other tools for building AlmaLinux images for various cloud platforms.
MIT License
146 stars 48 forks source link

Use input variables as Source AMI and Vagrant fix #145

Closed LKHN closed 1 year ago

LKHN commented 1 year ago

AMI related changes:

When fetching the latest AMI IDs via amazon-ami data source, this data source executes on non AMI images also. Which gives error on a system without any AWS authentication setup up. Let's file a bug report for Packer and use the input variables as source AMI IDs for now

Vagrant related fix: