Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 8fd5c7e

Browse files
authored
Fixing YAML/JSON filter.
1 parent bb9994a commit 8fd5c7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc_source/parameters-section-structure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The following requirements apply when using parameters:
7373
+ Each parameter must be assigned a value at runtime for AWS CloudFormation to successfully provision the stack\. You can optionally specify a default value for AWS CloudFormation to use unless another value is provided\.
7474
+ Parameters must be declared and referenced from within the same template\. You can reference parameters from the `Resources` and `Outputs` sections of the template\.
7575

76-
## JSON<a name="parameters-section-structure-syntax"></a>
76+
### JSON<a name="parameters-section-structure-syntax"></a>
7777

7878
```
7979
"Parameters" : {
@@ -84,7 +84,7 @@ The following requirements apply when using parameters:
8484
}
8585
```
8686

87-
## YAML<a name="parameters-section-structure-syntax.yaml"></a>
87+
### YAML<a name="parameters-section-structure-syntax.yaml"></a>
8888

8989
```
9090
Parameters:
@@ -554,4 +554,4 @@ The following command creates a stack based on the example template\. It provide
554554

555555
```
556556
aws cloudformation create-stack --stack-name S2 --template-body example template --parameters ParameterKey=ImageId,ParameterValue=myLatestAMI
557-
```
557+
```

0 commit comments

Comments
 (0)