Skip to content

Commit

Permalink
c_ref func, like a ref in every way except it refs a condition
Browse files Browse the repository at this point in the history
The amazon docs seem to apologize for this.
  • Loading branch information
Sean Myers committed Aug 17, 2014
1 parent 6b874d4 commit cdfca8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfn_pyplates/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def c_ref(condition_name):
* A reference to the named condition
"""
return {'Condition': condition_name}


def _validate_logical_condition_counts(fn, conditions):
Expand Down

0 comments on commit cdfca8f

Please sign in to comment.