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 ff82197 commit 2e49692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/providers/aws/guide/variables.md
Expand Up @@ -257,7 +257,7 @@ custom:
In this example, the serverless variable will contain the decrypted value of the SecureString.

## Reference Variables using the Secrets Manager
Variables in [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 encrpyted). For example:
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:


```yml
Expand Down

0 comments on commit 2e49692

Please sign in to comment.