You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I run terraform the security group order is changed and force a "new resources". This obviously does not affect nodes with a single security group.
Reproduce
Configure Security group
Assign to instance
Run Apply
Run plan
security_groups.0: "sg-aaaaaaa" => "sg-bbbbbbb" (forces new resource)
security_groups.1: "sg-bbbbbbb" => "sg-aaaaaaa" (forces new resource)
I still see the same problem on v0.3.1 security_groups = [ "${aws_security_group.default.id}","${aws_security_group.haproxy.id}" ] will force new resource every time I run terraform apply:
security_groups.0: "sg-2b6b8d4f" => "sg-346b8d50" (forces new resource)
security_groups.1: "sg-346b8d50" => "sg-2b6b8d4f" (forces new resource)
ghost
locked and limited conversation to collaborators
May 5, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description:
Every time I run terraform the security group order is changed and force a "new resources". This obviously does not affect nodes with a single security group.
Reproduce
Security Group Config
The text was updated successfully, but these errors were encountered: