How can I append to this array? public static tags: pulumi.Input<{[key: string]: pulumi.Input&lt...
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");