We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e869ee0 commit 3667a82Copy full SHA for 3667a82
spec/non-clustered_spec.rb
@@ -22,7 +22,7 @@
22
"CacheNodeType" => {"Ref"=>"InstanceType"},
23
"CacheParameterGroupName" => {"Ref"=>"ParameterGroupRedis"},
24
"CacheSubnetGroupName" => {"Ref"=>"SubnetGroupRedis"},
25
- "DataTieringEnabled" => {"Fn::If"=>["DataTieringEnabled", {"Ref"=>"DataTieringEnabled"}, {"Ref"=>"AWS::NoValue"}]},git
+ "DataTieringEnabled" => {"Fn::If"=>["DataTieringEnabled", {"Ref"=>"DataTieringEnabled"}, {"Ref"=>"AWS::NoValue"}]},
26
"Engine" => "redis",
27
"NumNodeGroups" => {"Ref"=>"NumNodeGroups"},
28
"ReplicasPerNodeGroup" => {"Ref"=>"ReplicasPerNodeGroup"},
0 commit comments