lib/cf/templates.rb in cf-templates-0.2.0 vs lib/cf/templates.rb in cf-templates-0.3.0
- old
+ new
@@ -1,11 +1,12 @@
require "cf/templates/version"
module Cf
module Templates
- class TemplateProvider
+ class FileTemplateProvider
- def initialize(aws_region, account_id = nil, account_credentials = nil)
+ def initialize(id)
+ @id = id
end
def set_template_location(template_file_path)
@template_location = template_file_path
end