Skip to content

Commit

Permalink
Patch back in CloudFormation provisioned product attribute Outputs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Mar 11, 2021
1 parent b3b5705 commit fe20e9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/cfnlint/data/ExtendedSpecs/all/01_spec_patch.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,5 +332,13 @@
"op": "replace",
"path": "/ResourceTypes/AWS::SageMaker::DeviceFleet/Properties/Tags/ItemType",
"value": "Tag"
},
{
"op": "add",
"path": "/ResourceTypes/AWS::ServiceCatalog::CloudFormationProvisionedProduct/Attributes/Outputs",
"value": {
"PrimitiveItemType": "String",
"Type": "Map"
}
}
]

0 comments on commit fe20e9b

Please sign in to comment.