lib/humidifier/fn.rb in humidifier-0.7.0 vs lib/humidifier/fn.rb in humidifier-1.0.0
- old
+ new
@@ -3,10 +3,11 @@
# Builds CFN function calls
class Fn
# The list of all internal functions provided by AWS from
# http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html
- FUNCTIONS = Utils.underscored(%w[And Base64 Equals FindInMap GetAtt GetAZs If Join Not Or Select])
+ FUNCTIONS = Utils.underscored(%w[And Base64 Equals FindInMap GetAtt GetAZs
+ If ImportValue Join Not Or Select Sub])
attr_accessor :name, :value
def initialize(name, value)
self.name = "Fn::#{name}"