Method: Jets::Cfn::Teardown#run

Defined in:
lib/jets/cfn/teardown.rb

#runObject



3
4
5
6
7
8
# File 'lib/jets/cfn/teardown.rb', line 3

def run
  check_stack_exist!
  log.info "Final Delete Phase"
  Bucket.new.empty!
  remaining_resources
end