I'm currently discovering an ECS Cluster name usin...
# golang
a
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?