Skip to content

Commit b5380de

Browse files
authored
Merge branch 'main' into feat-ecs-addSecret
2 parents 2631b8c + 3adf841 commit b5380de

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"ResourceTypes": {
3+
"AWS::StepFunctions::StateMachine": {
4+
"patch": {
5+
"description": "Revert primitive item type on DefinitionSubstitutions property to string",
6+
"operations": [
7+
{
8+
"op": "replace",
9+
"path": "/Properties/DefinitionSubstitutions/PrimitiveItemType",
10+
"value": "String"
11+
}
12+
]
13+
}
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)