Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions plugins/modules/api_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,16 @@
automation: ansible
lookup: tags
state: absent

- name: Update API Gateway tags with purge_tags
community.aws.api_gateway:
api_id: "abc123def456"
name: "my-api"
state: present
purge_tags: true
tags:
Environment: Production
Project: WebServices
"""

RETURN = r"""
Expand Down
Loading