mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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 {
|
||||
return rs, err
|
||||
}
|
||||
log.Printf("%#v", rs.Attributes)
|
||||
|
||||
if _, ok := rs.Attributes["ingress.#"]; ok {
|
||||
ingresses := flatmap.Expand(
|
||||
|
Loading…
Reference in New Issue
Block a user