Skip to content

Commit

Permalink
adding backup_plan_name to response when creating the plan
Browse files Browse the repository at this point in the history
  • Loading branch information
krisek committed Apr 4, 2023
1 parent 5dc8e2d commit 99b2dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/backup_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def main():
if advanced_backup_settings:
backup_plan_data["AdvancedBackupSettings"] = advanced_backup_settings
response = client.create_backup_plan(aws_retry=True, BackupPlan=backup_plan_data)
response["BackupPlanName"] = backup_plan_name
ensure_tags(
client,
module,
Expand Down

0 comments on commit 99b2dab

Please sign in to comment.