remind101 / stacker_blueprints

DEPRECATED - moved to:
https://github.com/cloudtools/stacker_blueprints
BSD 2-Clause "Simplified" License
39 stars 53 forks source link

ClusterParameters needs to be a comma delimited set of strings #27

Closed mwildehahn closed 8 years ago

mwildehahn commented 8 years ago

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-parameter-group.html

mwildehahn commented 8 years ago

hm, it looks like troposphere does this for us?

I got:

TypeError: <class 'troposphere.elasticache.ParameterGroup'>: ParameterGroup.Properties is <type 'str'>, expected <type 'dict'>

When I tried to address this. I'm getting just an InternalError from CF when i try and set a property though.