Class: Topo::Provision::AwsContextGenerator

Inherits:
ContextGenerator show all
Defined in:
lib/topo/provision/aws/generators/context.rb

Instance Method Summary collapse

Methods inherited from ContextGenerator

#default_action, #deploy, #template

Methods included from Topo::ParseGen

#convert_keys_to_sym, #convert_keys_to_sym_deep, #expand_ref, #lazy_attribute_to_s, #topo_refs, #value_from_path

Constructor Details

#initialize(data, default_driver) ⇒ AwsContextGenerator

Returns a new instance of AwsContextGenerator.



26
27
28
29
# File 'lib/topo/provision/aws/generators/context.rb', line 26

def initialize(data, default_driver)
  super
  @machine_options = convert_keys_to_sym_deep(@machine_options) if @machine_options
end