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

@@ -43,7 +43,7 @@ module "vpc" {
module "eks" {
source = "../.."
cluster_name = local.cluster_name
cluster_version = "1.17"
cluster_version = "1.20"
subnets = module.vpc.public_subnets
vpc_id = module.vpc.vpc_id