Sha256: ff00f54c12750739c99bf31b6f5d295192668fc1a9ab7f911550214017296233

Contents?: true

Size: 380 Bytes

Versions: 13

Compression:

Stored size: 380 Bytes

Contents

# frozen_string_literal: true

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

13 entries across 13 versions & 1 rubygems

Version Path
awspec-1.31.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.30.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.29.3 lib/awspec/helper/finder/cloudformation.rb
awspec-1.29.2 lib/awspec/helper/finder/cloudformation.rb
awspec-1.29.1 lib/awspec/helper/finder/cloudformation.rb
awspec-1.29.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.28.2 lib/awspec/helper/finder/cloudformation.rb
awspec-1.28.1 lib/awspec/helper/finder/cloudformation.rb
awspec-1.28.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.27.1 lib/awspec/helper/finder/cloudformation.rb
awspec-1.27.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.26.0 lib/awspec/helper/finder/cloudformation.rb
awspec-1.25.2 lib/awspec/helper/finder/cloudformation.rb