-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template is missing source_ami_id in the variables section #1
Comments
Hmm, this seems like a bug in packer... |
Packer issue hashicorp/packer#6473 |
It works for me, with packer 1.2.4, which version of packer are you running? |
Yeah, I realise it works, but it shouldn't, hence I filed hashicorp/packer#6473. When that is fixed this won't work. |
Awesome, I'm not an expert on github, but I added the fix to my previous PR , see issue #2 for details. |
Merged
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The template reference
{{ user `source_ami_id`}}
but no such user variable is declared. TheMakefile
also passes this as a variable.The text was updated successfully, but these errors were encountered: