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