Skip to content
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

fix: min retention days and max retention days required #96

Merged

Conversation

lgallard
Copy link
Owner

This pull request includes several changes to improve the validation and documentation of the AWS backup module. The most important changes include updating the validation logic for vault retention days, updating the AWS provider version, and documenting these changes in the changelog.

Validation improvements:

Documentation updates:

  • CHANGELOG.md: Added a new entry for version 0.23.3, documenting the fixes for vault retention days validation and conditions in backup selections.
  • README.md: Updated the AWS provider version from 5.89.0 to 5.91.0.

Ensure that both min_retention_days and max_retention_days are provided when vault locking is enabled, and maintain the condition that min_retention_days must be less than or equal to max_retention_days.
- Document fixes for vault retention days validation and backup selection conditions in CHANGELOG.md.
- Update AWS provider version in README.md from 5.89.0 to 5.91.0.
@lgallard lgallard self-assigned this Mar 18, 2025
@lgallard lgallard merged commit 6826296 into master Mar 18, 2025
@lgallard lgallard deleted the fix/min_retention_days_and_max_retention_days_required branch March 18, 2025 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Variables min_retention_days and max_retention_days required after 0.23.0
1 participant