adventurous-book-24480
06/09/2020, 1:53 PMpulumi.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?