Fixed formatting

This commit is contained in:
Rickard von Essen 2016-11-24 21:12:20 +01:00
parent 66f08e6251
commit 17eda06d61
No known key found for this signature in database
GPG Key ID: E0C0327388876CBA
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ func (s *StepRunSourceInstance) Run(state multistep.StateBag) multistep.StepActi
if s.SubnetId != "" && s.AssociatePublicIpAddress {
runOpts.NetworkInterfaces = []*ec2.InstanceNetworkInterfaceSpecification{
&ec2.InstanceNetworkInterfaceSpecification{
{
DeviceIndex: aws.Int64(0),
AssociatePublicIpAddress: &s.AssociatePublicIpAddress,
SubnetId: &s.SubnetId,