-
Notifications
You must be signed in to change notification settings - Fork 132
feat(mongodb): add mongodb instance snapshot action #3494
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3494 +/- ##
=========================================
- Coverage 1.77% 1.76% -0.02%
=========================================
Files 405 406 +1
Lines 44299 44415 +116
=========================================
- Hits 786 782 -4
- Misses 43426 43544 +118
- Partials 87 89 +2 ☔ View full report in Codecov by Sentry. |
693f4ef to
263c8dd
Compare
263c8dd to
8432199
Compare
| Description: "Name of the snapshot. If not set, a name will be generated.", | ||
| }, | ||
| "expires_at": schema.StringAttribute{ | ||
| Required: true, |
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.
Why should it be required in case I don't want it to expire ?
close #3337