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