Skip to content

Commit

Permalink
Reboot a Lightsail instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Putta authored Oct 20, 2023
1 parent 8afd0fc commit 98938d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/modules/lightsail.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@
state: absent
region: us-east-1
name: my_instance
- name: Reboot a Lightsail instance
community.aws.lightsail:
state: restarted
region: us-west-2
name: my_instance
register: rebooted_instance
"""

RETURN = r"""
Expand Down

0 comments on commit 98938d7

Please sign in to comment.