Join Slack
Powered by
I notice auto.OutputValue.Value's type is interfac...
# golang
l
little-soccer-5693
12/01/2022, 5:02 PM
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?
3
Views
Open in Slack
Previous
Next