mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
remove debugging
This commit is contained in:
parent
640836ee58
commit
24ee2e5d53
@ -7,11 +7,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestAWSSecurityGroupRuleMigrateState(t *testing.T) {
|
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 {
|
cases := map[string]struct {
|
||||||
StateVersion int
|
StateVersion int
|
||||||
ID string
|
ID string
|
||||||
|
Loading…
Reference in New Issue
Block a user