fix vet error

This commit is contained in:
Michael Austin 2015-10-15 12:55:33 -04:00
parent 1ff02d9f31
commit 53e196eaed
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ func resourceAwsDbInstanceCreate(d *schema.ResourceData, meta interface{}) error
for _, v := range attr.List() {
s = append(s, aws.String(v.(string)))
}
log.Printf("[INFO] DB is restoring from snapshot with default security, but should be set to %s", s)
log.Printf("[INFO] DB is restoring from snapshot with default security, but should be set to %s", v.(string))
// wait for instance to get up and then modify security
d.SetId(d.Get("identifier").(string))