From 8f4d4972bcd1e47089aa68904e24038444606db4 Mon Sep 17 00:00:00 2001 From: Kyle Wuolle Date: Wed, 4 Dec 2024 09:40:48 -0800 Subject: [PATCH] Add additional networking info --- test/e2e/managedcluster/aws/aws.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/e2e/managedcluster/aws/aws.go b/test/e2e/managedcluster/aws/aws.go index 6303479ae..c79eecba7 100644 --- a/test/e2e/managedcluster/aws/aws.go +++ b/test/e2e/managedcluster/aws/aws.go @@ -65,6 +65,9 @@ func PopulateHostedTemplateVars(ctx context.Context, kc *kubeclient.KubeClient, "isPublic": subnet["isPublic"], "availabilityZone": subnet["availabilityZone"], "id": subnet["resourceID"], + "natGatewayId": subnet["natGatewayId"], + "routeTableId": subnet["routeTableId"], + "zoneType": subnet["availability-zone"], } } var subnetsFormatted string