refactor: change ebs_volume to bsu_volumeattribute in bsuvolume builder

This commit is contained in:
Marin Salinas 2019-05-21 10:56:16 -05:00 committed by Megan Marsh
parent 7e23f14d4e
commit 73cd148e80
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",