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:
parent
7d1cfde490
commit
d7a7db9c5a
|
@ -38,7 +38,6 @@ func resourceAwsDbSubnetGroup() *schema.Resource {
|
|||
"description": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Required: true,
|
||||
ForceNew: true,
|
||||
},
|
||||
|
||||
"subnet_ids": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue