Skip to content

Commit 6e0a410

Browse files
author
mikatong
committed
update
1 parent 33c85d2 commit 6e0a410

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tencentcloud/services/postgresql/resource_tc_postgresql_apply_parameter_template_operation.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ func resourceTencentCloudPostgresqlApplyParameterTemplateOperationCreate(d *sche
5757
return nil
5858
})
5959

60+
if err != nil {
61+
return err
62+
}
63+
6064
templateId := d.Get("template_id").(string)
6165
err = resource.Retry(tccommon.ReadRetryTimeout, func() *resource.RetryError {
6266
templateAttributes, innerErr = service.DescribePostgresqlParameterTemplateById(ctx, templateId)

0 commit comments

Comments
 (0)