lib/convection/model/template/resource/aws_ec2_instance.rb in convection-2.2.6 vs lib/convection/model/template/resource/aws_ec2_instance.rb in convection-2.2.7

- old
+ new

@@ -22,9 +22,11 @@ property :src_dst_checks, 'SourceDestCheck' property :disable_api_termination, 'DisableApiTermination' property :network_interfaces, 'NetworkInterfaces', :type => :list property :block_devices, 'BlockDeviceMappings', :type => :list property :volumes, 'Volumes', :type => :list + property :ebs_optimized, 'EbsOptimized' + property :monitoring, 'Monitoring' # Append a network interface to network_interfaces def network_interface(&block) interface = ResourceProperty::EC2NetworkInterface.new(self) interface.instance_exec(&block) if block