Commit 0869c9fe authored by Steven Merrill's avatar Steven Merrill

Fix #2830.

parent 6ca48fa3
......@@ -43,7 +43,7 @@ func (s *StepRunSourceInstance) Run(state multistep.StateBag) multistep.StepActi
securityGroupIds := make([]*string, len(tempSecurityGroupIds))
for i, sg := range tempSecurityGroupIds {
securityGroupIds[i] = &sg
securityGroupIds[i] = aws.String(sg)
}
userData := s.UserData
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment