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

Commit bb1a855

Browse files
authored
Merge pull request #834 from javicordon/patch-1
Fix example for Single-Node Cluser JSON
2 parents 413e3f5 + 10befd2 commit bb1a855

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc_source/aws-resource-redshift-cluster.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ The following example describes a single\-node Redshift cluster\. The master use
565565
"MasterUserPassword": { "Ref" : "MasterUserPassword" },
566566
"NodeType": "ds2.xlarge",
567567
"ClusterType": "single-node",
568-
"Tags": [
568+
"Tags": [{
569569
"Key": "foo",
570570
"Value": "bar"
571571
}
@@ -592,6 +592,5 @@ myCluster:
592592
```
593593

594594
## See also<a name="aws-resource-redshift-cluster--seealso"></a>
595-
+ For a complete example template, see [Amazon Redshift Template Snippets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-redshift.html) \.
596-
+ [CreateCluster](https://docs.aws.amazon.com/redshift/latest/APIReference/API_CreateCluster.html) in the *Redshift API Reference*\.
597-
595+
+ For a complete example template, see [Amazon Redshift Template Snippets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-redshift.html)\.
596+
+ [CreateCluster](https://docs.aws.amazon.com/redshift/latest/APIReference/API_CreateCluster.html) in the *Redshift API Reference*\.

0 commit comments

Comments
 (0)