Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikatong committed Sep 30, 2024
1 parent 33c85d2 commit 6e0a410
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ func resourceTencentCloudPostgresqlApplyParameterTemplateOperationCreate(d *sche
return nil
})

if err != nil {
return err
}

templateId := d.Get("template_id").(string)
err = resource.Retry(tccommon.ReadRetryTimeout, func() *resource.RetryError {
templateAttributes, innerErr = service.DescribePostgresqlParameterTemplateById(ctx, templateId)
Expand Down

0 comments on commit 6e0a410

Please sign in to comment.