https://pulumi.com logo
Title
d

damp-school-17708

07/13/2021, 9:09 AM
Hello I've hit this error: 1 error occurred: * [WARN] A duplicate Security Group rule was found on (sg-0efacad6396f23609). This may be a side effect of a now-fixed Terraform issue causing two security groups with identical attributes but different source_security_group_ids to overwrite each other in the state. See https://github.com/hashicorp/terraform/pull/2376 for more information and instructions for recovery. Error message: the specified rule "peer: 0.0.0.0/0, TCP, from port: 443, to port: 443, ALLOW" already exists What's the recommended way to get out of this situation in pulumi? I just refactored some code (ECS cluster built with awsx package) and I am sharing that security group between two different apps/tasks that need https on the way in from the alb. My code seems legit, the only think I can think of is to explicitly create the SG in the cluster