Skip to content

Commit

Permalink
fix(RDS): fix rds recycling policy (#4728)
Browse files Browse the repository at this point in the history
  • Loading branch information
houpeng80 authored Apr 29, 2024
1 parent 8f4fd7d commit 47fde47
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import (
"github.com/huaweicloud/terraform-provider-huaweicloud/huaweicloud/utils"
)

// @API RDS PUT /v3/{project_id}/instances/recycle-policy
// @API RDS GET /v3/{project_id}/instances/recycle-policy
func ResourceRecyclingPolicy() *schema.Resource {
return &schema.Resource{
CreateContext: resourceRecyclingPolicyCreateOrUpdate,
Expand Down

0 comments on commit 47fde47

Please sign in to comment.