Skip to content

Commit 1f32fed

Browse files
authored
Update ARN AWS regex in E3601 (#3696)
1 parent 39c5a1a commit 1f32fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cfnlint/data/schemas/other/step_functions/statemachine.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@
853853
"type": "object"
854854
},
855855
"Resource": {
856-
"pattern": "^arn:aws:([a-z]|-)+:([a-z]|[0-9]|-)*:[0-9]*:([a-z]|-)+:[a-zA-Z0-9-_.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?$",
856+
"pattern": "^arn:aws:([a-z]|-)+:([a-z]|[0-9]|-)*:[0-9]*:([a-z]|-)+:[a-zA-Z0-9-_.]+(:(\\$LATEST|[a-zA-Z0-9-_\\.]+))?$",
857857
"type": [
858858
"string"
859859
]

0 commit comments

Comments
 (0)