feat: Search for Windows or Linux AMIs only if they are needed (#1371)

This commit is contained in:
Thierno IB. BARRY
2021-05-19 16:47:40 +02:00
committed by GitHub
parent a2761ad685
commit 06e9078bf4
13 changed files with 35 additions and 22 deletions

View File

@@ -228,7 +228,7 @@ resource "aws_autoscaling_lifecycle_hook" "aws_node_termination_handler" {
module "eks" {
source = "../.."
cluster_name = local.cluster_name
cluster_version = "1.19"
cluster_version = "1.20"
subnets = module.vpc.public_subnets
vpc_id = module.vpc.vpc_id
enable_irsa = true