ernestio / ernest

Ernest is a tool to define, manage and collaborate on your infrastructure
http://ernest.io/
Mozilla Public License 2.0
17 stars 6 forks source link

route53 : no changes to the yaml trigger an update on route53 zone #886

Open purehyperbole opened 6 years ago

purehyperbole commented 6 years ago

When rds_instances or clusters are used as a target for an route53 entry, applying the same yaml with no changes triggers an update when it should not.

purehyperbole commented 6 years ago

Looks to be an issue with the template variable generated from the "new" build being diffed with the "actual" value stored from the last build. Given that the values field on the internal component stores both user values and templated values, it might require a breaking change to fix this.