Class: Chef::Provider::AwsEipAddress

Inherits:
Chef::Provisioning::AWSDriver::AWSProvider
  • Object
show all
Defined in:
lib/chef/provider/aws_eip_address.rb

Instance Method Summary collapse

Instance Method Details

#action_createObject



8
9
10
11
12
13
14
# File 'lib/chef/provider/aws_eip_address.rb', line 8

def action_create
  elastic_ip = super

  if !new_resource.machine.nil?
    update_association(elastic_ip)
  end
end