-
Notifications
You must be signed in to change notification settings - Fork 53
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
docs(cbr): add some fields for CBR #1085
docs(cbr): add some fields for CBR #1085
Conversation
3386184
to
af8e686
Compare
/retitle docs(cbr): add some fields for CBR |
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.
LGTM, just needs to fix some nits.
@@ -241,6 +247,7 @@ resource "flexibleengine_cbr_policy" "test" { | |||
daily = 10 | |||
weekly = 10 | |||
monthly = 1 | |||
full_backup_interval = -1 |
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.
full_backup_interval = -1 | |
full_backup_interval = -1 |
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.
done
@@ -264,6 +271,7 @@ resource "flexibleengine_cbr_policy" "test" { | |||
weekly = 20 | |||
monthly = 6 | |||
yearly = 1 | |||
full_backup_interval = 5 |
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.
ditto
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.
done
632c057
to
97381f3
Compare
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