DualSpark / cloudformation-environmentbase

Troposphere-based environment generator
BSD 2-Clause "Simplified" License
16 stars 17 forks source link

Remove `templateValidationHash` and `dateGenerated` from template #54

Closed sesas closed 8 years ago

sesas commented 8 years ago

templateValidationHash and dateGenerated from template -- or at least make them optional -- to make diff-ing templates easier.

sesas commented 8 years ago

Maybe I can put a flag in the config to enable/disable it.

sesas commented 8 years ago

Seems that for the dateGenerated it's already there: https://github.com/DualSpark/cloudformation-environmentbase/blob/master/src/environmentbase/data/config.json#L16

EDIT: no, it's a different timestamp, the one included in the name of the template file.

sesas commented 8 years ago

In PR #55 I made both fields optional, and I also excluded the dateGeneraated from the hash calculation.