Skip to content

Commit

Permalink
Add additional networking info
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewuolle committed Dec 4, 2024
1 parent 4f72ce6 commit d57597b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/managedcluster/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d57597b

Please sign in to comment.