Skip to content

Commit

Permalink
Fix spelling error to in RedshiftVPC example (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince-Smith authored and markpeek committed Sep 23, 2017
1 parent 8976621 commit 9ff3e3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/RedshiftClusterInVpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Default="single-node",
AllowedValues=[
"single-node",
"multi-mode"
"multi-node"
],
))

Expand Down Expand Up @@ -74,7 +74,7 @@
conditions = {
"IsMultiNodeCluster": Equals(
Ref("ClusterType"),
"multi-mode"
"multi-node"
),
}

Expand Down
4 changes: 2 additions & 2 deletions tests/examples_output/RedshiftClusterInVpc.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"Ref": "ClusterType"
},
"multi-mode"
"multi-node"
]
}
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"ClusterType": {
"AllowedValues": [
"single-node",
"multi-mode"
"multi-node"
],
"Default": "single-node",
"Description": "The type of the cluster",
Expand Down

0 comments on commit 9ff3e3c

Please sign in to comment.