Method: Lono::Sets::Preview::Codediff#download_existing_cfn_template

Defined in:
lib/lono/sets/preview/codediff.rb

#download_existing_cfn_templateObject



21
22
23
24
# File 'lib/lono/sets/preview/codediff.rb', line 21

def download_existing_cfn_template
  resp = cfn.describe_stack_set(stack_set_name: @stack)
  IO.write(existing_template_path, resp.stack_set.template_body)
end