You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…1962)
[PR #1961/c8064d5c backport][stable-7] backup_plan - fix idempotency issue with botocore >= 1.31.36
This is a backport of PR #1961 as merged into main (c8064d5).
SUMMARY
Fixes#1952
backup_plan - fix idempotency issue with botocore >= 1.31.36
ISSUE TYPE
Bugfix Pull Request
Feature Pull Request
Reviewed-by: Alina Buzachis
Summary
The
backup_plan
module is not idempotent on botocore >= 1.31.36. This is because timezone customization support was added for rules (https://github.com/boto/boto3/blob/86426e872033d2d03e083fa53848e53d099ebcde/CHANGELOG.rst#L1112). TheScheduleExpressionTimezone
field is always returned when describing a backup plan and defaults toEtc/UTC
.Issue Type
Bug Report
Component Name
backup_plan
Ansible Version
Collection Versions
AWS SDK versions
Configuration
No response
OS / Environment
No response
Steps to Reproduce
Expected Results
The second task creating a backup plan should not show changed.
Actual Results
The second task creating a backup plan shows that it changed.
Code of Conduct
The text was updated successfully, but these errors were encountered: