chef-boneyard / chef-provisioning-aws

AWS driver and resources for Chef that uses the AWS SDK
Apache License 2.0
142 stars 121 forks source link

Fixes bug preventing disassociating eips. #524

Closed msonnabaum closed 7 years ago

msonnabaum commented 7 years ago

Without this fix, the disassociating an eip like so:

  aws_eip_address "some-eip" do
    machine false
  end

Results in:

    NameError
    ---------
    No resource, method, or local variable named `aws_object' for `Chef::Provider::AwsEipAddress ""'
tyler-ball commented 7 years ago

Same comment from here

msonnabaum commented 7 years ago

Done