You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Hello,
I have created a custom Windows AMI using Packer.
I am then trying to use Vagrant to provision more software (using Powershell scripts) onto the AMI.
Every time you run Vagrant, it always asks to specify a box file.
vm:
Because I used Packer to create an AMI, it doesn't give you an actual box file, it only provides a custom AMI ID.
Is there a way to configure the Vagrant file to specify an AMI ID instead of a box file?
The text was updated successfully, but these errors were encountered: