mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
remove partial mode handling
This commit is contained in:
parent
b45e941144
commit
e9ce2b3a20
@ -96,12 +96,6 @@ func resourceAwsRDSClusterParameterGroupCreate(d *schema.ResourceData, meta inte
|
||||
return fmt.Errorf("Error creating DB Cluster Parameter Group: %s", err)
|
||||
}
|
||||
|
||||
d.Partial(true)
|
||||
d.SetPartial("name")
|
||||
d.SetPartial("family")
|
||||
d.SetPartial("description")
|
||||
d.Partial(false)
|
||||
|
||||
d.SetId(*createOpts.DBClusterParameterGroupName)
|
||||
log.Printf("[INFO] DB Cluster Parameter Group ID: %s", d.Id())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user