Amazon web services – Why is this causing a Circular Dependency in Security Group Error: CDK
Why is this creating a circular dependency error? Error: Deployment failed: Error [ValidationError]: Circular dependency between resources: [docDbSG, elasticDocDbCluster] I even tried separating the code for DocDbCluster and SecurityGroup in separate stacks but it still shows the same error //…