This message was deleted.
# general
s
This message was deleted.
b
@prehistoric-sandwich-7272 you’d need to make the input type on the struct, an Input<string> see here as an example: https://github.com/jaxxstorm/pulumi-productionapp/blob/main/provider/pkg/provider/productionApp.go#L29
for your specific type, it would
pulumi.StringArrayInput
p
Thanks!!