Skip to content

Commit

Permalink
Fix missed instance type cache assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Sep 25, 2024
1 parent dde5589 commit fafcfde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/test/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func NewEnvironment(ctx context.Context, env *coretest.Environment) *Environment

EC2Cache: ec2Cache,
KubernetesVersionCache: kubernetesVersionCache,
InstanceTypeCache: instanceTypeCache,
LaunchTemplateCache: launchTemplateCache,
SubnetCache: subnetCache,
AvailableIPAdressCache: availableIPAdressCache,
Expand Down

0 comments on commit fafcfde

Please # to comment.