-
Notifications
You must be signed in to change notification settings - Fork 13
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
[TFM-231] Terrafrom : Adding Snapshot Retention Param #26
Conversation
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.
Update the Description with the tests performed and attach the Test Results in the pr.
} | ||
|
||
// SetSnapshotSecurity set retention period in min on snapshot | ||
func (v *Volume) SetSnapshotSecurity(retentionPeriodInMin string) error { |
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.
are the unit tests covered for this new function?
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.
added the unit test
Description
Adding RetentionLimit to snapshot
Adding functionality to set snapshot security which takes retention perion in min as value
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration
Also created a unit test to test this functionality
Ran Integration test