Skip to content

Commit

Permalink
add ability to nest cidr function inside of the select function
Browse files Browse the repository at this point in the history
  • Loading branch information
shadycuz committed Nov 27, 2023
1 parent cd6c496 commit 5a00714
Show file tree
Hide file tree
Showing 2 changed files with 2,497 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cf2tf/conversion/expressions.py
Expand Up @@ -1033,6 +1033,7 @@ def wrap_in_curlys(input: str):
"Ref": ref,
},
"Fn::Select": {
"Fn::Cidr": cidr,
"Fn::FindInMap": find_in_map,
"Fn::GetAtt": get_att,
"Fn::GetAZs": get_azs,
Expand Down

0 comments on commit 5a00714

Please sign in to comment.