This message was deleted.
# golang
s
This message was deleted.
b
How do I iterate over pulumi.StringArrayInput?
yes you have to use an
ApplyT
right now
What's the meaning of pulumi:"environments" here?
I believe that's the schema model, if you're creating a multi language package it's needed, if it's just a plain pulumi component it's not
Also, what's the meaning of this snippet?
Arguments are things you pass to the your component, no idea what's happening in the snippet, looks out of date
118 Views