Skip to content

Commit

Permalink
Add Fn::Cidr as Fn::Join supported function (#3401)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Jun 25, 2024
1 parent f28d4cc commit 2a2adbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cfnlint/rules/functions/Join.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def schema(self, validator, instance) -> dict[str, Any]:
},
{
"functions": [
"Fn::Cidr",
"Fn::FindInMap",
"Fn::GetAtt",
"Fn::If",
Expand Down

0 comments on commit 2a2adbc

Please sign in to comment.