Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider security groups with source security groups when hashing #2376

Merged
merged 13 commits into from
Jun 19, 2015
Prev Previous commit
Next Next commit
remove debugging
  • Loading branch information
catsby committed Jun 18, 2015
commit 24ee2e5d53f67ec8e7d7b59cbe13f5bec61e698e
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ import (
)

func TestAWSSecurityGroupRuleMigrateState(t *testing.T) {
// "id":"sg-4235098228", "from_port":"0", "source_security_group_id":"sg-11877275"}

// 2015/06/16 16:04:21 terraform-provider-aws: 2015/06/16 16:04:21 [DEBUG] Attributes after migration:

// map[string]string{"from_port":"0", "source_security_group_id":"sg-11877275", "id":"sg-3766347571", "security_group_id":"sg-13877277", "cidr_blocks.#":"0", "type":"ingress", "protocol":"-1", "self":"false", "to_port":"0"}, new id: sg-3766347571
cases := map[string]struct {
StateVersion int
ID string
Expand Down