Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #245 from rapid7/issue-236
Browse files Browse the repository at this point in the history
Use ebs over non-existent config variable
  • Loading branch information
erran-r7 authored Mar 6, 2017
2 parents 0eb5349 + 4ac2124 commit cc4f10e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class EC2BlockDeviceMapping < ResourceProperty
def ebs(&block)
ebs = ResourceProperty::EC2BlockStoreBlockDevice.new(self)
ebs.instance_exec(&block) if block
properties['Ebs'].set(config)
properties['Ebs'].set(ebs)
end
end
end
Expand Down

0 comments on commit cc4f10e

Please # to comment.