lib/sfn/config/update.rb in sfn-3.0.4 vs lib/sfn/config/update.rb in sfn-3.0.6

- old
+ new

@@ -57,9 +57,15 @@ attribute( :merge_api_options, [TrueClass, FalseClass], :description => 'Merge API options defined within configuration on update', :default => false ) + attribute( + :parameter_validation, String, + :allowed => ['default', 'none', 'current', 'expected'], + :description => 'Stack parameter validation behavior', + :default => 'default' + ) end end end