From cefe6f0d42a4bcff642f5e8df750ebe42b3cf4c8 Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Mon, 4 Feb 2019 16:53:03 -0500 Subject: [PATCH] Add aws secrets mgr to TOC of aws vars --- docs/providers/aws/guide/variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/providers/aws/guide/variables.md b/docs/providers/aws/guide/variables.md index e449afc95..677e6c681 100644 --- a/docs/providers/aws/guide/variables.md +++ b/docs/providers/aws/guide/variables.md @@ -39,6 +39,7 @@ You can define your own variable syntax (regex) if it conflicts with CloudFormat - [External YAML/JSON files](#reference-variables-in-other-files) - [Variables from S3](#referencing-s3-objects) - [Variables from AWS SSM Parameter Store](#reference-variables-using-the-ssm-parameter-store) +- [Variables from AWS Secrets Manager](#reference-variables-using-aws-secrets-manager) - [CloudFormation stack outputs](#reference-cloudformation-outputs) - [Properties exported from Javascript files (sync or async)](#reference-variables-in-javascript-files) - [Pseudo Parameters Reference](#pseudo-parameters-reference)