In the above code, it appears that `clusterIP` is ...
# golang
b
In the above code, it appears that
clusterIP
is of the type
pulumi.AnyOutput
. Is there anyway I can get it to be of type
pulumi.StringPtrOutput
so I can feed it into something else? Casting doesn't work.