We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28d4cc commit 2a2adbcCopy full SHA for 2a2adbc
src/cfnlint/rules/functions/Join.py
@@ -40,6 +40,7 @@ def schema(self, validator, instance) -> dict[str, Any]:
40
},
41
{
42
"functions": [
43
+ "Fn::Cidr",
44
"Fn::FindInMap",
45
"Fn::GetAtt",
46
"Fn::If",
0 commit comments