hallowed-beach-15050
08/30/2020, 6:38 AMraise AssertionError(f"Unexpected type. Expected 'list' got '{typ}'")
AssertionError: Unexpected type. Expected 'list' got '<class 'str'>'
microscopic-pilot-97530
08/31/2020, 3:36 PMpulumi
and pulumi-aws
packages: pulumi
2.8.2
and pulumi-aws
3.1.0
.hallowed-beach-15050
08/31/2020, 3:37 PMmicroscopic-pilot-97530
08/31/2020, 7:08 PM2.9.2
of the pulumi
package, which will work with pulumi-aws
version 3.2.1
.hallowed-beach-15050
08/31/2020, 9:11 PMthresholds={"critical": 500, "warning": 250},
on a Monitor resource in datadog.microscopic-pilot-97530
09/02/2020, 5:51 PMthresholds
is coming back as a list containing a map, but it is expected to be just a map. I’ve opened https://github.com/pulumi/pulumi-datadog/issues/73 and am looking into it.