limited-rainbow-51650
07/19/2019, 2:07 PMOutput<string>
. The value in it is the string version of a number. How can I get the number value as an input for another resource?broad-football-5123
07/19/2019, 2:29 PMlet url = virtualmachine.dnsName.apply(dnsName => "https://" + dnsName)
limited-rainbow-51650
07/19/2019, 2:42 PMnamespaceId: groups.safeimage.id.apply(s => +s)
Output<string>
, how can you get the string
? Asking because the new import
functionality does not accept an Output<string>
broad-football-5123
07/19/2019, 2:48 PM.get()
to get the underlying value but it will throw an execption if run during deployment or preview. https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/#OutputInstance-getmicroscopic-florist-22719
better-rainbow-14549
07/19/2019, 3:49 PMbroad-football-5123
07/19/2019, 3:50 PM