i am trying the project and getting this error after adapting it a little bit:
* aws_elb.s3-registry-elb: [WARN] Error looking up ELB Security Group ID: No security groups found for name amazon-elb-sg and vpc id
do you know why this is happening?
I assign on the elb the security groups with:
security_groups = ["${aws_security_group.ecs.id}"]
but still getting the same error and on the state security_groups.# = 0 and it has the source_security_group = amazon-elb-sg
i am trying the project and getting this error after adapting it a little bit:
do you know why this is happening?
I assign on the elb the security groups with:
security_groups = ["${aws_security_group.ecs.id}"]but still getting the same error and on the state security_groups.# = 0 and it has the source_security_group = amazon-elb-sg