Changed credentials from ENV vars to static file

Changed reference to credentials, that now use the default path of $USER/.aws/credentials
pull/5/head
Tiago Faria 2018-09-13 17:34:11 +01:00 committed by GitHub
parent 5dc93b45e7
commit c0ab0176e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{
"variables": {
"aws_access_key": "{{env `AWS_ACCESS_KEY_ID`}}",
"aws_secret_key": "{{env `AWS_SECRET_ACCESS_KEY`}}",
"profile": "default",
"destination_regions": "eu-west-1,eu-west-2,eu-west-3,eu-central-1,us-east-1,us-west-1,ap-northeast-1,sa-east-1,us-west-2",
"hostname": "misp"
},