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

Commit 5739799

Browse files
committed
set subnets to publicSubNets for Loadbalancer creation
Signed-off-by: Pascal Euhus <[email protected]>
1 parent e983ac1 commit 5739799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs/awsResources.go

+1-1
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 = publicSubNets
225+
r.subnets = subNets
226226
return nil
227227
}
228228

0 commit comments

Comments
 (0)