ec2_group: docs: fix example for deletion by group ID (#55169) (#55538)

requires the region for the example task to work

(cherry picked from commit a5f13dd361)
This commit is contained in:
Alicia Cozine 2019-04-22 09:54:05 -05:00 committed by GitHub
parent 77d5fa20d8
commit 1856babfa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,6 +229,7 @@ EXAMPLES = '''
- name: "Delete group by its id"
ec2_group:
region: eu-west-1
group_id: sg-33b4ee5b
state: absent
'''