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

Commit e306c02

Browse files
authored
Merge pull request #629 from nikola197/patch-1
Fixing YAML/JSON filter.
2 parents 752d13c + 8fd5c7e commit e306c02

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:
@@ -558,4 +558,4 @@ The following command creates a stack based on the example template\. It provide
558558

559559
```
560560
aws cloudformation create-stack --stack-name S2 --template-body example template --parameters ParameterKey=ImageId,ParameterValue=myLatestAMI
561-
```
561+
```

0 commit comments

Comments
 (0)