Class: StackMaster::AwsDriver::CloudFormation

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/stack_master/aws_driver/cloud_formation.rb

Instance Method Summary collapse

Instance Method Details

#describe_stacks(options) ⇒ Object



25
26
27
28
29
# File 'lib/stack_master/aws_driver/cloud_formation.rb', line 25

def describe_stacks(options)
  retry_with_backoff do
    cf.describe_stacks(options)
  end
end

#set_region(region) ⇒ Object



6
7
8
9
# File 'lib/stack_master/aws_driver/cloud_formation.rb', line 6

def set_region(region)
  @region = region
  @cf = nil
end