sparse-intern-71089
10/19/2020, 9:59 PMlittle-cartoon-10569
10/19/2020, 10:18 PMMap<string, string>.. let me find it...little-cartoon-10569
10/19/2020, 10:20 PMconst resourceTagsObj = config.requireObject<any>("resourceTags");
const resourceTags = Object.keys(resourceTagsObj).reduce((map, key) => map.set(key, resourceTagsObj[key]), new Map());little-cartoon-10569
10/19/2020, 10:20 PMInputMap<string>...tall-needle-56640
10/19/2020, 10:33 PMPulumiPort:resourceTags:
BU1: lkasdlk
CC: e123
made my code work.little-cartoon-10569
10/19/2020, 10:35 PMlittle-cartoon-10569
10/19/2020, 10:36 PMInputMap? I don't know that class, if it makes life simpler, I should switch...tall-needle-56640
10/19/2020, 10:44 PMAccountArgs.Tags is of type InputMap<string> . The Dictionary automatically converts to InputMap