mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
remove redundant log line
This commit is contained in:
parent
6231ec3569
commit
4860d7179d
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ func (s *StepSecurityGroup) Run(state multistep.StateBag) multistep.StepAction {
|
|||
// Create the group
|
||||
groupName := fmt.Sprintf("packer_%s", uuid.TimeOrderedUUID())
|
||||
ui.Say(fmt.Sprintf("Creating temporary security group for this instance: %s", groupName))
|
||||
log.Printf("Temporary group name: %s", groupName)
|
||||
group := &ec2.CreateSecurityGroupInput{
|
||||
GroupName: &groupName,
|
||||
Description: aws.String("Temporary group for Packer"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue