d-velop / dvelop-app-template-cs

This template contains everything you need to write an app for d.velop cloud in C#
Apache License 2.0
16 stars 7 forks source link

Modul hosted_zone does not work with Terraform AWS Provider 2.0 #42

Closed tobiwsta closed 4 years ago

tobiwsta commented 5 years ago

See https://github.com/d-velop/dvelop-app-template-cs/issues/39

mtestrot commented 5 years ago

The same problem occurs in the Asset CDN module. So there are 2 more ressources which require the allow_overwrite attribute. Furthermore allow_overwrite is not necessary for the route53 NS records if you don't set them explicitly which is not necessary because they are created automatically with appropriate TTLs. See me fix for the dvelop-app-template-go https://github.com/d-velop/dvelop-app-template-go/commit/94db779961fda560448fea6ae228519ff33b2cc9

ckuetbach commented 4 years ago

Fixed with #46