provider/aws: Subnet group description modification

Do not force a new resource when changing the description of a subnet group
This commit is contained in:
Colin Hebert 2016-03-30 09:33:44 +11:00
parent 7d1cfde490
commit d7a7db9c5a
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ func resourceAwsDbSubnetGroup() *schema.Resource {
"description": &schema.Schema{
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
"subnet_ids": &schema.Schema{