brave-afternoon-91593
04/27/2022, 5:27 PMmap[string]string
. I’ve added the inputProperty to my schema as type: object
with no properties, required, nor default. I’m invoking this via the automation API from another golang CLI, and just getting “error: an unhandled error occurred: go inline source runtime error, an unhandled error occurred: unknown error”. Something tells me the protocol doesn’t support generic maps?pulumi.StringMapInput
, so that’s a good sign.pulumi.ToStringMap(map[string]string{})
when using the SDK.billowy-army-68599
schema
?brave-afternoon-91593
04/27/2022, 6:01 PM