purple-nest-55702
11/08/2022, 2:57 PMgetCluster
with the cluster name and then pass the received id
property to the aws.ecs.Cluster.get
call.
(After that, I wrap it with awsx.ecs.Cluster
, but I am not sure this is related to the problem)
The cluster fails to load with 'InvalidParameterException: Unsupported resource type: cluster' error.
What's strange is that I see that id
and arn
fields returned from getCluster
are the same, which is unusual - I'd expect the id
to contain some Pulumi-specific string in the 'urn:...' format.
Is there anything I am missing?