From ed8afaf297c12967dbfcf955cfa2fc34bb8de536 Mon Sep 17 00:00:00 2001 From: Bill Wang Date: Mon, 13 Nov 2017 12:48:54 +1100 Subject: [PATCH] use yml style --- docs/providers/aws/guide/variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers/aws/guide/variables.md b/docs/providers/aws/guide/variables.md index f60bb6716..70f20e32d 100644 --- a/docs/providers/aws/guide/variables.md +++ b/docs/providers/aws/guide/variables.md @@ -157,7 +157,7 @@ In that case, the framework will fetch the values of those `functionPrefix` outp You can reference [CloudFormation stack outputs export values](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/outputs-section-structure.html) as well. For example: -``` +```yml # Make sure you set export value in StackA. Outputs: @@ -451,7 +451,7 @@ You can reference [AWS Pseudo Parameters](http://docs.aws.amazon.com/AWSCloudFor Here's an example: -``` +```yml Resources: - 'Fn::Join': - ':'