module Awspec::Helper::Finder::Cloudformation
Public Instance Methods
Source
# File lib/awspec/helper/finder/cloudformation.rb, line 6 def find_cloudformation_stack(id) res = cloudformation_client.describe_stacks({ stack_name: id }) res.stacks.single_resource(id) end