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