Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 0b1d167

Browse files
committed
Merge remote-tracking branch 'origin/921-fix-public-subnet-retrieval' into 921-fix-public-subnet-retrieval
2 parents b294595 + f7edc04 commit 0b1d167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs/awsResources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func (b *ecsAPIService) parseVPCExtension(ctx context.Context, project *types.Pr
222222
}
223223

224224
r.vpc = vpc
225-
r.subnets = subNets
225+
r.subnets = publicSubNets
226226
return nil
227227
}
228228

0 commit comments

Comments
 (0)