Look into using a templating library for Cloud Formation
rossf7 opened this issue · 3 comments
rossf7 commented
Currently, the Cloud Formation template for the ASG stack is a plain Go template. Using https://github.com/crewjam/go-cloudformation might make it easier to generate templates and provide better type safety.
But this involves integrating another library and it depends on how much we use Cloud Formation in the operator.
rossf7 commented
Feedback from @kopiczko on crewjam/go-cloudformation #374 (comment)
xh3b4sd commented
@teemow this is what you are currently working on AFAIK. Can we link and close this issue to your actual one?
xh3b4sd commented
Duplicate of https://github.com/giantswarm/giantswarm/issues/1850.