remove extra DBSubnetGroupName
This commit is contained in:
parent
0619898f6a
commit
e52af33db7
|
@ -276,7 +276,6 @@ func resourceAwsDbInstanceCreate(d *schema.ResourceData, meta interface{}) error
|
||||||
CopyTagsToSnapshot: aws.Bool(d.Get("copy_tags_to_snapshot").(bool)),
|
CopyTagsToSnapshot: aws.Bool(d.Get("copy_tags_to_snapshot").(bool)),
|
||||||
DBInstanceClass: aws.String(d.Get("instance_class").(string)),
|
DBInstanceClass: aws.String(d.Get("instance_class").(string)),
|
||||||
DBInstanceIdentifier: aws.String(d.Get("identifier").(string)),
|
DBInstanceIdentifier: aws.String(d.Get("identifier").(string)),
|
||||||
DBSubnetGroupName: aws.String(d.Get("db_subnet_group_name").(string)),
|
|
||||||
Tags: tags,
|
Tags: tags,
|
||||||
}
|
}
|
||||||
if attr, ok := d.GetOk("iops"); ok {
|
if attr, ok := d.GetOk("iops"); ok {
|
||||||
|
|
Loading…
Reference in New Issue