https://pulumi.com logo
#golang
Title
a

adventurous-book-24480

06/09/2020, 1:53 PM
I'm currently discovering an ECS Cluster name using a
pulumi.NewRemoteStateReference
that points to a terraform state file in S3. The resulting type is
pulumi.StringOutput
. I need to now call
ecs.LookupCluster()
to discover the cluster's Arn. How do I get my
pulumi.StringOutput
to satisfy
string
for the input?
3 Views