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.25.1 lib/awspec/helper/finder/cloudformation.rb
awspec-1.25.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.24.4 lib/awspec/helper/finder/cloudformation.rb
awspec-1.24.3 lib/awspec/helper/finder/cloudformation.rb
awspec-1.24.2 lib/awspec/helper/finder/cloudformation.rb
awspec-1.24.1 lib/awspec/helper/finder/cloudformation.rb
awspec-1.24.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.23.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.22.1 lib/awspec/helper/finder/cloudformation.rb
awspec-1.22.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.21.1 lib/awspec/helper/finder/cloudformation.rb
awspec-1.21.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.20.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.19.2 lib/awspec/helper/finder/cloudformation.rb
awspec-1.19.1 lib/awspec/helper/finder/cloudformation.rb
awspec-1.19.0 lib/awspec/helper/finder/cloudformation.rb
cthiesfork-awspec-1.2.4 lib/awspec/helper/finder/cloudformation.rb
awspec-api_gateway_extended-1.2.4 lib/awspec/helper/finder/cloudformation.rb
awspec-api_gateway_extended-1.2.3 lib/awspec/helper/finder/cloudformation.rb
awspec-1.18.6 lib/awspec/helper/finder/cloudformation.rb