Skip to content

Commit 6da887e

Browse files
authored
update E1017 to support Fn::Select (#2900)
1 parent 8143ea5 commit 6da887e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cfnlint/rules/functions/Select.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Select(CloudFormationLintRule):
2020
"Fn::If",
2121
"Fn::Split",
2222
"Fn::Cidr",
23+
"Fn::Select", # issue: 2895
2324
"Ref",
2425
]
2526

0 commit comments

Comments
 (0)