This message was deleted.
# package-authoring
s
This message was deleted.
n
It seems to happen anywhere theres more than one item being interpolated.
I'm on tf framework version v1.1.1, and pf bridge version
<http://github.com/pulumi/pulumi-terraform-bridge/pkg/tfpfbridge|github.com/pulumi/pulumi-terraform-bridge/pkg/tfpfbridge> v0.0.0-20230120143314-6ffb2faf051e
e
Yes this doesn't seem right, looks like a bug in the bridge. Mind helping me figure out how to repro? What's the type of "args.endpoint" in TypeScript?
n
so
args.endpoint
is a
pulumi.Input<string>
but its constructed from an interpolate that takes >1 item:
Copy code
endpoint: pulumi.interpolate`vm-${vmPrefix}.${standaloneCluster.dnsDomain}
those two are
pulumi.Output<string>
and
pulumi.Input<string>
respectively
if i do an apply(console.log) i get a normal looking string back.
e
Got it, I'll try to repro, possibly something with first-class output support on the wire.
n
should i pull in a later version of the bridge and rebuild? just so we have parity
e
Sure that may be worth it if it's easy
pf/v0.2.1 is the latest-greatest tag
n
yeah for sure. ok i'll do that and see if anything changes
Hey Anton, confirmed issue still exists in pf/v0.2.1
e
Ack. Will have a look.