This message was deleted.
# general
s
This message was deleted.
a
I'm not familiar with the Go SDK, but I believe there should be a
ApplyStringArray
method that gives you access to the underlying string array. See the example here: https://www.pulumi.com/docs/intro/concepts/programming-model/#frominput
In general, Pulumi offers some kind of
apply
function for applying transformations over outputs.
b
yes I'm using that to convert from the raw AnyOutput. it just gives you a StringArrayOutput type, though.