-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(CSS): add css restore resource #5928
base: master
Are you sure you want to change the base?
Conversation
Is anyone working on merging this feature into master? |
very convenient for flexible setup of different stands/environments |
this will help my team a lot |
@@ -2228,6 +2228,7 @@ func Provider() *schema.Provider { | |||
|
|||
"huaweicloud_cdm_cluster_v1": cdm.ResourceCdmCluster(), | |||
"huaweicloud_css_cluster_v1": css.ResourceCssCluster(), | |||
"huaweicloud_css_restore": css.ResourceCssRestore(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please move it to line 1480-1498
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may be to 1464? after huaweicloud_css_snapshot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
--- | ||
subcategory: "Cloud Search Service (CSS)" | ||
layout: "huaweicloud" | ||
page_title: "HuaweiCloud: huaweicloud_css_restore" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resource name suggest to be huaweicloud_css_snapshot_restore
change to TimeoutCreate Co-authored-by: CaiWanting <[email protected]>
change to string Co-authored-by: CaiWanting <[email protected]>
fix typo Co-authored-by: CaiWanting <[email protected]>
What this PR does / why we need it:
Which issue this PR fixes:
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)fixes #xxx
Special notes for your reviewer:
Release note:
PR Checklist
Acceptance Steps Performed