freebsd-ports/devel/awless/pkg-message
2019-08-13 16:01:59 +00:00

11 lines
289 B
Text

[
{ type: install
message: <<EOM
Setup your AWS account by exporting AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
environment variables.
If you have previously used aws CLI or aws-shell, your credentials will be
automatically loaded by awless from the ~/.aws/credentials folder.
EOM
}
]