From 18c67ad3e533593fe484e9a6b2b08ffb91342b4b Mon Sep 17 00:00:00 2001 From: Chris Mague Date: Fri, 24 Aug 2018 12:37:29 -0700 Subject: [PATCH] docs --- DOCS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/DOCS.md b/DOCS.md index 5ed9ddf..41aac93 100644 --- a/DOCS.md +++ b/DOCS.md @@ -181,6 +181,17 @@ pipeline: + - plan-destroy + - destroy ``` +# Environment variables + +- GITHUB_PRIVATE_SSH_KEY + If this environment variable is set, ~/.ssh/id_rsa will be set. + Please be sure to include the "-----BEGIN RSA PRIVATE KEY-----" and end lines for a valid key + +- AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY + If this environment variable is set a ~/.aws/credentials file will be added with the name of the AWS_PROFILE + +- AWS_PROFILE (default: `drone-testing`) + If a profile is created, it will be set to this name # Parameter Reference