Packer validate doesn't recognize the 'access_key' property
evarga opened this issue · 2 comments
evarga commented
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
.