Commit 61c083c0 authored by Clint's avatar Clint

Merge pull request #2381 from smerrill/feature/GH-2380

Fix #2830.
parents 6ca48fa3 0869c9fe
......@@ -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