couchbase-partners / amazon-cloud-formation-couchbase

Amazon CloudFormation Templates (CFT) for Couchbase Enterprise
Apache License 2.0
9 stars 21 forks source link

/generator/deploy.sh not working #52

Open dugbonsai opened 4 years ago

dugbonsai commented 4 years ago

I downloaded the latest CFT package and I get the following error trying to run /generator/deploy.sh:

Traceback (most recent call last): File "generator.py", line 403, in main() File "generator.py", line 41, in main template['Mappings'] = dict(list(template['Mappings'].items()) + list(generateMappings().items())) AttributeError: 'tuple' object has no attribute 'items'