From 2e496920ee0618204f08d65c1d392443a6f91b23 Mon Sep 17 00:00:00 2001 From: Alex DeBrie Date: Mon, 4 Feb 2019 16:51:17 -0500 Subject: [PATCH] Update docs/providers/aws/guide/variables.md Co-Authored-By: dschep --- docs/providers/aws/guide/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/aws/guide/variables.md b/docs/providers/aws/guide/variables.md index 3a27fce07b8..3692ce6276d 100644 --- a/docs/providers/aws/guide/variables.md +++ b/docs/providers/aws/guide/variables.md @@ -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