providers/aws: remove logging
This commit is contained in:
parent
91db64582b
commit
703d115638
|
@ -47,7 +47,6 @@ func resource_aws_db_security_group_create(
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return rs, err
|
return rs, err
|
||||||
}
|
}
|
||||||
log.Printf("%#v", rs.Attributes)
|
|
||||||
|
|
||||||
if _, ok := rs.Attributes["ingress.#"]; ok {
|
if _, ok := rs.Attributes["ingress.#"]; ok {
|
||||||
ingresses := flatmap.Expand(
|
ingresses := flatmap.Expand(
|
||||||
|
|
Loading…
Reference in New Issue