builder/amazon/common: don't need squash here

This commit is contained in:
Mitchell Hashimoto 2013-09-06 11:48:38 -07:00
parent e9d6e83436
commit 48a53446bf
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ type BlockDevice struct {
}
type BlockDevices struct {
AMIMappings []BlockDevice `mapstructure:"ami_block_device_mappings,squash"`
LaunchMappings []BlockDevice `mapstructure:"launch_block_device_mappings,squash"`
AMIMappings []BlockDevice `mapstructure:"ami_block_device_mappings"`
LaunchMappings []BlockDevice `mapstructure:"launch_block_device_mappings"`
}
func buildBlockDevices(b []BlockDevice) []ec2.BlockDeviceMapping {