Skip to content

Commit

Permalink
Keep Tags consistent for GuardDuty::Filter
Browse files Browse the repository at this point in the history
GuardDuty::Filter changes the Tags ItemType to TagItem. This patch
converts it back to a Tag ItemType for backward compatibility.
  • Loading branch information
markpeek committed Jan 29, 2024
1 parent 95f0f93 commit 2401493
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/patches/guardduty.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
patches = [
{
"op": "replace",
"path": "/ResourceTypes/AWS::GuardDuty::Filter/Properties/Tags/ItemType",
"value": "Tags",
},
]

0 comments on commit 2401493

Please sign in to comment.