Skip to content

Commit

Permalink
defect with ec2 deployments and instance security groups
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee committed Aug 14, 2017
1 parent 6f5223e commit 714f4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/service_deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (workflow *serviceWorkflow) serviceApplyEc2Params(params map[string]string)
"InstanceSubnetIds",
"InstanceSecurityGroup",
} {
params[key] = workflow.envStack.Parameters[key]
params[key] = workflow.envStack.Outputs[key]
}

return nil
Expand Down

0 comments on commit 714f4bb

Please sign in to comment.