Skip to content

Commit

Permalink
patch to resource groups to specify tags as Json type
Browse files Browse the repository at this point in the history
  • Loading branch information
shivlaks committed Mar 29, 2020
1 parent 23cb174 commit c7390f2
Showing 1 changed file with 21 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"ResourceTypes": {
"AWS::ResourceGroups::Group": {
"patch": {
"description": "Sets AWS::ResourceGroups::Group#Tags to Json",
"operations": [
{
"op": "remove",
"path": "/Properties/Tags/ItemType"
},
{
"op": "add",
"path": "/Properties/Tags/PrimitiveType",
"value": "Json"
}
]
}
}
"ResourceTypes": {
"AWS::ResourceGroups::Group": {
"patch": {
"description": "Sets AWS::ResourceGroups::Group#Tags to Json",
"operations": [
{
"op": "remove",
"path": "/Properties/Tags/ItemType"
},
{
"op": "remove",
"path": "/Properties/Tags/Type"
},
{
"op": "add",
"path": "/Properties/Tags/PrimitiveType",
"value": "Json"
}
]
}
}
}
}

0 comments on commit c7390f2

Please sign in to comment.