aws-cfn-tools: additional instructions
Closes Homebrew/homebrew#14114. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b3b49818f7
commit
75cf523a10
1 changed files with 9 additions and 1 deletions
|
@ -13,6 +13,14 @@ class AwsCfnTools < AmazonWebServicesFormula
|
|||
end
|
||||
|
||||
def caveats
|
||||
standard_instructions "AWS_CLOUDFORMATION_HOME"
|
||||
s = standard_instructions "AWS_CLOUDFORMATION_HOME"
|
||||
s += <<-EOS.undent
|
||||
export AWS_CREDENTIAL_FILE="<Path to the credentials file>"
|
||||
|
||||
Create the credential files with chmod 600 permissions containing two lines:
|
||||
AWSAccessKeyId=<Your AWS Access ID>
|
||||
AWSSecretKey=<Your AWS Secret Key>
|
||||
EOS
|
||||
return s
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue