I notice auto.OutputValue.Value's type is interfac...
# golang
l
I notice auto.OutputValue.Value's type is interface{} rather than string: https://github.com/pulumi/pulumi/blob/master/sdk/go/auto/stack.go#L769-L773 however the documentation comment says it provides "plaintext value". why isn't Value's type string?