Skip to content

Commit

Permalink
Update aws_az_info.py
Browse files Browse the repository at this point in the history
Filter Availability Zones by State:

You can filter availability zones based on their state, such as "available," "unavailable," or "modifying."
  • Loading branch information
Aditya Putta authored Oct 12, 2023
1 parent b84ffc7 commit 5f7da3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/modules/aws_az_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
amazon.aws.aws_az_info:
filters:
zone-name: eu-west-1a
- name: Gather information in a availability zones based on their state, such as "available"
amazon.aws.aws_az_info:
region: us-east-1
filters:
state: available
"""

RETURN = r"""
Expand Down

0 comments on commit 5f7da3f

Please sign in to comment.