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-1.6.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.5.4 lib/awspec/helper/finder/cloudformation.rb
awspec-1.5.3 lib/awspec/helper/finder/cloudformation.rb
awspec-1.5.2 lib/awspec/helper/finder/cloudformation.rb
awspec-1.5.1 lib/awspec/helper/finder/cloudformation.rb
awspec-1.5.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.4.3 lib/awspec/helper/finder/cloudformation.rb
awspec-1.4.2 lib/awspec/helper/finder/cloudformation.rb
awspec-1.4.1 lib/awspec/helper/finder/cloudformation.rb
awspec-1.4.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.3.1 lib/awspec/helper/finder/cloudformation.rb
awspec-1.3.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.2.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.1.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.0.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.0.0.rc lib/awspec/helper/finder/cloudformation.rb
awspec-0.88.2 lib/awspec/helper/finder/cloudformation.rb
awspec-0.88.1 lib/awspec/helper/finder/cloudformation.rb
awspec-0.88.0 lib/awspec/helper/finder/cloudformation.rb
awspec-0.87.1 lib/awspec/helper/finder/cloudformation.rb