diff --git a/ecs/wait.go b/ecs/wait.go index 3df32c2be..60b8bef9a 100644 --- a/ecs/wait.go +++ b/ecs/wait.go @@ -104,7 +104,7 @@ func (b *ecsAPIService) WaitStackCompletion(ctx context.Context, name string, op w.Event(progress.Event{ ID: resource, Status: progressStatus, - StatusText: reason, + StatusText: fmt.Sprintf("%s %s", status, reason), }) } if operation != stackCreate || stackErr != nil {