File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
"github.com/aws/aws-sdk-go-v2/aws"
10
10
"github.com/aws/aws-sdk-go-v2/service/ecs"
11
- ecsTypes "github.com/aws/aws-sdk-go-v2/service/ecs/types"
11
+ ecs_types "github.com/aws/aws-sdk-go-v2/service/ecs/types"
12
12
"github.com/gruntwork-io/go-commons/collections"
13
13
"github.com/gruntwork-io/go-commons/errors"
14
14
"github.com/gruntwork-io/go-commons/retry"
@@ -193,7 +193,7 @@ func allInstancesFullyDrained(responses []*ecs.DescribeContainerInstancesOutput)
193
193
return true , nil
194
194
}
195
195
196
- func instanceFullyDrained (instance ecsTypes .ContainerInstance ) bool {
196
+ func instanceFullyDrained (instance ecs_types .ContainerInstance ) bool {
197
197
instanceArn := instance .ContainerInstanceArn
198
198
199
199
if * instance .Status == "ACTIVE" {
You can’t perform that action at this time.
0 commit comments