if i am using the automation API and Is there a wa...
# general
e
if i am using the automation API and Is there a way to get the current stack data and modify the resources name and all then create a new stack using it
l
You shouldn't need to change the name based on the stack. The name of a resource is its label within the database that is "the stack"; the same name can be used for every stack. If you do change the name based on the stack, it has the potential to make renaming the stack very awkward. Usually this is a very easy process.