How can I append to this array? public static tag...
# getting-started
a
How can I append to this array? public static tags: pulumi.Input<{[key: string]: pulumi.Input<string>}>; I would like to do something like tags.append("my_key", "my_value");