This message was deleted.
# general
s
This message was deleted.
b
This looks like a bug. This code repros the issue:
Copy code
import {LogGroup} from "@pulumi/aws/cloudwatch";

let x = new LogGroup("x");
It looks like this is due to a circular dependency issue in the implementation of the library. Do you mind filing an issue at https://github.com/pulumi/pulumi-aws/issues/new? (If not, no worries, I will make sure something gets logged.) Sorry for the hassle on this!
w
This looks like the issue being tracked in https://github.com/pulumi/pulumi-aws/issues/772.