torus-tools / stack

Deploy static websites to the AWS Cloud using a single command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Full Imports

gkpty opened this issue · comments

Describe the bug
When importing a stack, the current behavior is that it finds all the existing resources for the given domain (included in the template) but for each existing resource it adds the template default...

instead it should get the Resource and all of its attributes/properties and create the the resource in the template accordingly.

It should do this in the resourceExists methods and its gonna be different for each resource type..