Closed cadamantidis closed 4 years ago
I've no experience in using the AWS provider, but my guess is you didn't use the expected variable names that are passed by this task to your packer template:
data | variable name |
---|---|
Access Key ID | access_key |
Secret Access Key | secret_key |
Hi there!
I have been attempting to use this extension to try and build some AMIs and am running into an issue with credentials.
I have a valid set of credentials that are setup in a Service Connection of type AWS. No matter what credentials I provide (I've used the correct ones that work with the terraform extension I'm using for the infrastructure part of this project) I get the following error:
Feel like the values aren't being passed in at all, but I can't tell. Can you point me in the right direction to troubleshoot?
Thanks!