Skip to content

Commit e1ea69e

Browse files
committed
adjust update logic for read_only_group_id
1 parent fa0eff2 commit e1ea69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/resource_tc_postgresql_readonly_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ func resourceTencentCloudPostgresqlReadOnlyInstanceUpdate(d *schema.ResourceData
459459
)
460460

461461
masterInstanceId = d.Get("master_db_instance_id").(string)
462-
old, new := d.GetChange("vpc_id")
462+
old, new := d.GetChange("read_only_group_id")
463463
if old != nil {
464464
roGroupIdOld = old.(string)
465465
}

0 commit comments

Comments
 (0)