mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user