Has anyone got any examples of creating an ECS clu...
# general
a
Has anyone got any examples of creating an ECS cluster in one project and then consuming it in another...?? So in project 2 I'm able to use
StackReference
to refer to the ECS cluster created in project 1 but when I run
p up
in project 2 it's generating a a whole new cluster?!