mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
refactor: change ebs_volume to bsu_volumeattribute in bsuvolume builder
This commit is contained in:
parent
7e23f14d4e
commit
73cd148e80
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue