go fmt
This commit is contained in:
parent
5448e01269
commit
a0322f9b8c
|
@ -352,7 +352,7 @@ func resourceAwsDbInstanceCreate(d *schema.ResourceData, meta interface{}) error
|
||||||
}
|
}
|
||||||
|
|
||||||
if attr := d.Get("vpc_security_group_ids").(*schema.Set); attr.Len() > 0 {
|
if attr := d.Get("vpc_security_group_ids").(*schema.Set); attr.Len() > 0 {
|
||||||
log.Printf("[INFO] DB is restoring from snapshot with default security, but custom security should be set, will now update after snapshot is restored!");
|
log.Printf("[INFO] DB is restoring from snapshot with default security, but custom security should be set, will now update after snapshot is restored!")
|
||||||
|
|
||||||
// wait for instance to get up and then modify security
|
// wait for instance to get up and then modify security
|
||||||
d.SetId(d.Get("identifier").(string))
|
d.SetId(d.Get("identifier").(string))
|
||||||
|
|
Loading…
Reference in New Issue