Skip to content

Commit 2a2adbc

Browse files
authored
Add Fn::Cidr as Fn::Join supported function (#3401)
1 parent f28d4cc commit 2a2adbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cfnlint/rules/functions/Join.py

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def schema(self, validator, instance) -> dict[str, Any]:
4040
},
4141
{
4242
"functions": [
43+
"Fn::Cidr",
4344
"Fn::FindInMap",
4445
"Fn::GetAtt",
4546
"Fn::If",

0 commit comments

Comments
 (0)