Skip to content

Commit 42ad8a3

Browse files
committed
wip: eks e2e changes
Signed-off-by: Richard Case <[email protected]>
1 parent f88f0fa commit 42ad8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloud/services/eks/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ func makeVpcConfig(subnets infrav1.Subnets, endpointAccess ekscontrolplanev1.End
278278
subnetIds := make([]*string, 0)
279279
for i := range subnets {
280280
subnet := subnets[i]
281-
subnetIds = append(subnetIds, &subnet.ID)
281+
subnetIds = append(subnetIds, &subnet.ResourceID)
282282
}
283283

284284
cidrs := make([]*string, 0)

0 commit comments

Comments
 (0)