This message was deleted.
# general
s
This message was deleted.
k
what are you trying to do?
f
I'm creating my cluster infrastructure in one project and then trying to add servers in their respective projects (e.g. frontend server, backend server, etc.)
The
awsx.ecs.Cluster
is created with default security groups that I've
export
ed. However, I can't use them at all
All the APIs take an
Input<string>[]
I finally came up with a solution: https://github.com/pulumi/pulumi-awsx/issues/558
👍 1