lmars/packer-post-processor-vagrant-s3

Packer validate doesn't recognize the 'access_key' property

evarga opened this issue · 2 comments

The command packer validate <template file> returns the following error:

* unknown configuration key: "access_key"

All other fields are properly recognized, though.

P.S. The 'build' command also reports the same problem.

FIX: the problem is in the documentation. By looking into the source code I have found that the correct name is access_key_id. So, instead of access_key the documentation should refer to access_key_id.

lmars commented

@evarga I'll happily accept a PR to change the documentation 😄

lmars commented

Fixed in #17.