cloud_former 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df19a4ab7ed4ab2d29b945edbeb0aa0ae61ed5f7
|
4
|
+
data.tar.gz: 9d2d040cb7fea045f65c18f722ff62446d2f18f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cacda46729b58247180298fcee6e76f11684ce7c1af263f1b37af00a27cee330e762e14052ceaeb01fb1a76417d0b6c66cd0607be4a5b5e274c5df5745879b14
|
7
|
+
data.tar.gz: 46347539d3fc55551aa3aa325406973ec5a00d3b6096a8e0cbec704fe00658f91c32424d7e7b2d761c49b6b6a0ca4e72be56b787206b2b129a47e825c7a421c9
|
@@ -3,7 +3,7 @@ module CloudFormer
|
|
3
3
|
module EC2
|
4
4
|
class BlockDeviceMapping < ResourceProperty
|
5
5
|
aws_attribute :device_name, type: String
|
6
|
-
aws_attribute :ebs, type: EBSBlockDevice
|
6
|
+
aws_attribute :ebs, embed: true, type: EBSBlockDevice
|
7
7
|
aws_attribute :no_device, type: Hash
|
8
8
|
aws_attribute :virtual_name, type: String
|
9
9
|
end
|
data/lib/cloud_former/version.rb
CHANGED