I just created a `new aws.cloudwatch.MetricAlarm` ...
# general
a
I just created a
new aws.cloudwatch.MetricAlarm
with
dimensions: [{VpnId: "..."}]
. Creating the Alarm with Pulumi ends up in a wrong formatted dimension. Can you verify that this a bug or a wrong dimensions definition on my side?
Okay, I digged a little bit deeper into this and this is actually a bug. I opened an issue: https://github.com/pulumi/pulumi-aws/issues/380