Class: StackMaster::TemplateCompilers::Cfndsl

Inherits:
Object
  • Object
show all
Defined in:
lib/stack_master/template_compilers/cfndsl.rb

Class Method Summary collapse

Class Method Details

.compile(template_file_path) ⇒ Object



4
5
6
7
# File 'lib/stack_master/template_compilers/cfndsl.rb', line 4

def self.compile(template_file_path)
  require 'cfndsl'
  CfnDsl.eval_file_with_extras(template_file_path).to_json
end