Skip to content

Commit

Permalink
Update docs/providers/aws/guide/variables.md
Browse files Browse the repository at this point in the history
Co-Authored-By: dschep <dschep@gmail.com>
  • Loading branch information
alexdebrie and dschep committed Feb 4, 2019
1 parent 2e49692 commit 74a1260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/providers/aws/guide/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ custom:

In this example, the serverless variable will contain the decrypted value of the SecureString.

## Reference Variables using the Secrets Manager
## Reference Variables using AWS Secrets Manager
Variables in [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/) can be referenced [using SSM](https://docs.aws.amazon.com/systems-manager/latest/userguide/integration-ps-secretsmanager.html). Use the `ssm:/aws/reference/secretsmanager/secret_ID_in_Secrets_Manager~true` syntax(note `~true` as secrets are always encrypted). For example:


Expand Down

0 comments on commit 74a1260

Please sign in to comment.