Skip to content

Commit

Permalink
sanity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed May 29, 2024
1 parent 535b46a commit bbb8fa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/backup_plan_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
description:
- Defines when a protected resource is transitioned to cold storage and when it expires.
type: dict
returned: when o(rules.lifecycle) configured
returned: when configured.
sample: {
"delete_after_days": 100,
"move_to_cold_storage_after_days": 10
Expand All @@ -165,7 +165,7 @@
- An array of key-value pair strings that are assigned to resources that are associated with
this rule when restored from backup.
type: dict
returned: when o(rules.recovery_point_tags) configured
returned: when configured.
sample: {
"Tagkey1": "TagValue1",
"Tagkey2": "TagValue2"
Expand All @@ -178,7 +178,7 @@
sample: "973621ef-d863-41ef-b5c3-9e943a64ad0c"
copy_actions:
description: An array of CopyAction objects, which contains the details of the copy operation.
returned: when o(rules.copy_actions) configured
returned: when configured.
type: list
elements: dict
sample: [
Expand Down

0 comments on commit bbb8fa2

Please sign in to comment.