Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai committed Jul 22, 2024
1 parent 2ad5986 commit 08f1285
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Manage a Linode Image.
disk_id: 12345
tags:
- test
regions_to_replicate:
replica_regions:
- us-east
- us-central
state: present
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/doc_fragments/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
disk_id: 12345
tags:
- test
regions_to_replicate:
replica_regions:
- us-east
- us-central
state: present''', '''
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/image_basic/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
description: 'yooo'
tags:
- 'new-tag'
regions_to_replicate:
replica_regions:
- 'us-east'
- 'eu-west'
state: present
Expand Down

0 comments on commit 08f1285

Please sign in to comment.