class Terraspace::Compiler::Strategy::Tfvar::Tfvars

Public Instance Methods

run() click to toggle source
# File lib/terraspace/compiler/strategy/tfvar/tfvars.rb, line 3
def run
  Terraspace::Compiler::Erb::Render.new(@mod, @src_path).build
end