File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ No requirements.
179179| Name | Source | Version | 
180180|------|--------|---------| 
181181| <a name="module_kubernetes"></a> [kubernetes](#module\_ kubernetes) | cloudposse/eks-cluster/aws | 3.0.0 | 
182- | <a name="module_node_pool"></a> [node\_ pool](#module\_ node\_ pool) | cloudposse/eks-node-group/aws | 3.1.1  | 
182+ | <a name="module_node_pool"></a> [node\_ pool](#module\_ node\_ pool) | cloudposse/eks-node-group/aws | 3.4.0  | 
183183| <a name="module_subnets"></a> [subnets](#module\_ subnets) | cloudposse/dynamic-subnets/aws | 2.4.2 | 
184184| <a name="module_vpc"></a> [vpc](#module\_ vpc) | cloudposse/vpc/aws | 2.3.0 | 
185185| <a name="module_vpc_peering_accepter_with_routes"></a> [vpc\_ peering\_ accepter\_ with\_ routes](#module\_ vpc\_ peering\_ accepter\_ with\_ routes) | ./modules/vpc_peering_accepter_with_routes | n/a | 
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module "node_pool" {
33  for_each  =  for  np  in  var . node_pools  :  np . name  =>  np  }
44  source    =  " cloudposse/eks-node-group/aws" 
55  #  Cloud Posse recommends pinning every module to a specific version
6-   version                =  " 3.1.1 " 
6+   version                =  " 3.4.0 " 
77  ec2_ssh_key_name       =  . value . ssh_key_pair_names 
88  instance_types         =  each . value . instance_type ]
99  subnet_ids             =  . private_subnets_enabled  ?  module. subnets . private_subnet_ids  :  module. subnets . public_subnet_ids 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments