Fixed formatting

This commit is contained in:
Tim Dawson 2020-12-18 17:11:44 +13:00
parent ca0b11028e
commit ac2ce0097c
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ type BlockDevice struct {
// Create a Snapshot of this Volume.
SnapshotVolume bool `mapstructure:"snapshot_volume" required:"false"`
awscommon.SnapshotConfig `mapstructure:",squash"`
}

View file

@ -9,8 +9,8 @@ import (
"github.com/aws/aws-sdk-go/service/ec2/ec2iface"
awscommon "github.com/hashicorp/packer/builder/amazon/common"
"github.com/hashicorp/packer/packer-plugin-sdk/multistep"
"github.com/hashicorp/packer/packer-plugin-sdk/template/interpolate"
"github.com/hashicorp/packer/packer-plugin-sdk/packer"
"github.com/hashicorp/packer/packer-plugin-sdk/template/interpolate"
)
type stepSnapshotEBSVolumes struct {