Sha256: afdce1f240cdcb53bd19805a05411079023ee900e06bb9c3707b5cbb08b70462

Contents?: true

Size: 349 Bytes

Versions: 88

Compression:

Stored size: 349 Bytes

Contents

module Awspec::Helper
  module Finder
    module Cloudformation
      def find_cloudformation_stack(id)
        res = cloudformation_client.describe_stacks({
                                                      stack_name: id
                                                    })
        res.stacks.single_resource(id)
      end
    end
  end
end

Version data entries

88 entries across 88 versions & 4 rubygems

Version Path
awspec-0.87.0 lib/awspec/helper/finder/cloudformation.rb
awspec-0.86.0 lib/awspec/helper/finder/cloudformation.rb
cmonson_2ndwatch_awspec-0.85.4 lib/awspec/helper/finder/cloudformation.rb
awspec-0.85.3 lib/awspec/helper/finder/cloudformation.rb
cmonson_2ndwatch_awspec-0.85.3 lib/awspec/helper/finder/cloudformation.rb
awspec-0.85.2 lib/awspec/helper/finder/cloudformation.rb
awspec-0.85.1 lib/awspec/helper/finder/cloudformation.rb
awspec-0.85.0 lib/awspec/helper/finder/cloudformation.rb