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 bea4941 commit cb7a18d
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
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit cb7a18d

Please sign in to comment.