Applying Terraform aws_security_group_rule on existing security group not working – Amazon Web Sevices
I have a cloud infrastructure created using Terraform. Due to a cyclic dependency issue with two security groups referring to each other (Terraform circular dependency between security groups) , I tried defining a aws_security_group_rule for the ingress rules. The error…