mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix formatting
This commit is contained in:
parent
65ff5b327d
commit
398f4564c4
@ -347,7 +347,7 @@ func resourceAwsDbInstanceRead(d *schema.ResourceData, meta interface{}) error {
|
|||||||
})
|
})
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Print("[DEBUG] Error retreiving tags for ARN: %s", arn)
|
log.Printf("[DEBUG] Error retreiving tags for ARN: %s", arn)
|
||||||
}
|
}
|
||||||
|
|
||||||
var dt []rds.Tag
|
var dt []rds.Tag
|
||||||
|
Loading…
Reference in New Issue
Block a user