73 74 75 76 77
# File 'lib/stax/stack/cfn.rb', line 73 def tags print_table Aws::Cfn.describe(stack_name).tags.map { |t| [ t.key, t.value ] } end