refactor: change ebs_volume to bsu_volumeattribute in bsuvolume builder

pull/7459/head
Marin Salinas 7 years ago committed by Megan Marsh
parent 7e23f14d4e
commit 73cd148e80

@ -26,7 +26,7 @@ type Config struct {
osccommon.AccessConfig `mapstructure:",squash"`
osccommon.RunConfig `mapstructure:",squash"`
VolumeMappings []BlockDevice `mapstructure:"ebs_volumes"`
VolumeMappings []BlockDevice `mapstructure:"bsu_volumes"`
launchBlockDevices osccommon.BlockDevices
ctx interpolate.Context

@ -48,7 +48,7 @@ const testBuilderAccBasic = `
"vm_type": "t2.micro",
"source_omi": "ami-65efcc11",
"ssh_username": "outscale",
"ebs_volumes": [
"bsu_volumes": [
{
"volume_type": "gp2",
"device_name": "/dev/xvdf",

Loading…
Cancel
Save